From: <far...@us...> - 2006-12-08 20:31:20
|
Revision: 706 http://svn.sourceforge.net/hackndev/?rev=706&view=rev Author: farcaller Date: 2006-12-08 12:31:11 -0800 (Fri, 08 Dec 2006) Log Message: ----------- palmt3: removed cross-reference in tsc2101 garbage 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 20:26:04 UTC (rev 705) +++ linux4palm/linux/trunk/drivers/input/touchscreen/Kconfig 2006-12-08 20:31:11 UTC (rev 706) @@ -51,7 +51,8 @@ config TOUCHSCREEN_TSC2101 tristate "TI TSC2101 touchscreen input driver" - depends on (MACH_HX2750 || MACH_T3XSCALE) && INPUT && INPUT_TOUCHSCREEN && SOC_TSC2101 + depends on (MACH_HX2750 || MACH_T3XSCALE) && INPUT && INPUT_TOUCHSCREEN + select 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. |