From: <far...@us...> - 2006-12-08 19:05:39
|
Revision: 703 http://svn.sourceforge.net/hackndev/?rev=703&view=rev Author: farcaller Date: 2006-12-08 11:05:36 -0800 (Fri, 08 Dec 2006) Log Message: ----------- palmt3: tsc2101 ts code depends on SOC_TSC2101, not selects it Modified Paths: -------------- linux4palm/linux/trunk/drivers/input/touchscreen/Kconfig Modified: linux4palm/linux/trunk/drivers/input/touchscreen/Kconfig =================================================================== --- linux4palm/linux/trunk/drivers/input/touchscreen/Kconfig 2006-12-08 19:04:03 UTC (rev 702) +++ linux4palm/linux/trunk/drivers/input/touchscreen/Kconfig 2006-12-08 19:05:36 UTC (rev 703) @@ -51,8 +51,7 @@ config TOUCHSCREEN_TSC2101 tristate "TI TSC2101 touchscreen input driver" - depends on (MACH_HX2750 || MACH_T3XSCALE) && INPUT && INPUT_TOUCHSCREEN - select SOC_TSC2101 + depends on (MACH_HX2750 || MACH_T3XSCALE) && INPUT && INPUT_TOUCHSCREEN && SOC_TSC2101 default y help Say Y here to enable the driver for the touchscreen on the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |