From: <far...@us...> - 2006-12-08 18:57:53
|
Revision: 701 http://svn.sourceforge.net/hackndev/?rev=701&view=rev Author: farcaller Date: 2006-12-08 10:57:48 -0800 (Fri, 08 Dec 2006) Log Message: ----------- palmt3: tsc2101 depends on SND_PXA2xx_I2SOUND rather than selects it Modified Paths: -------------- linux4palm/linux/trunk/drivers/soc/Kconfig Modified: linux4palm/linux/trunk/drivers/soc/Kconfig =================================================================== --- linux4palm/linux/trunk/drivers/soc/Kconfig 2006-12-08 18:56:15 UTC (rev 700) +++ linux4palm/linux/trunk/drivers/soc/Kconfig 2006-12-08 18:57:48 UTC (rev 701) @@ -65,8 +65,7 @@ config SOC_TSC2101 tristate "Support for TI TSC2101 Touchscreen and Audio Codec" - depends on TOUCHSCREEN_TSC2101 - select SND_PXA2xx_I2SOUND + depends on TOUCHSCREEN_TSC2101 && SND_PXA2xx_I2SOUND help Support for TI TSC2101 Touchscreen and Audio Codec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |