From: David Brownell Date: Wed, 3 May 2006 12:10:36 +0000 (-0700) Subject: [PATCH] ARM: OMAP: touchscreen doesn't imply tsc2101 X-Git-Tag: v2.6.17-omap1~89 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=45610fee9fdd53ad420df4d85c3722b35dcfa41d;p=linux-2.6-omap-h63xx.git [PATCH] ARM: OMAP: touchscreen doesn't imply tsc2101 Remove incorrect dependency of OMAP touchscreen support on TSC2101; Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 63721960572..7c294b00dde 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -112,12 +112,12 @@ endif config TOUCHSCREEN_OMAP tristate "OMAP touchscreen input driver" depends on INPUT && INPUT_TOUCHSCREEN && ARCH_OMAP - select OMAP_TSC2101 help Say Y here if you have an OMAP based board with touchscreen attached to it, e.g. OMAP Innovator, OSK, H2 or H3 - If unsure, say N. + If unsure, or you're using drivers in the newer SPI + framework, say N. To compile this driver as a module, choose M here: the module will be called omap_ts.