From 45610fee9fdd53ad420df4d85c3722b35dcfa41d Mon Sep 17 00:00:00 2001 From: David Brownell Date: Wed, 3 May 2006 05:10:36 -0700 Subject: [PATCH] [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 --- drivers/input/touchscreen/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.41.1