Commit 45610fee authored by David Brownell's avatar David Brownell Committed by Tony Lindgren

[PATCH] ARM: OMAP: touchscreen doesn't imply tsc2101

Remove incorrect dependency of OMAP touchscreen support on TSC2101;
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4209ef4b
...@@ -112,12 +112,12 @@ endif ...@@ -112,12 +112,12 @@ endif
config TOUCHSCREEN_OMAP config TOUCHSCREEN_OMAP
tristate "OMAP touchscreen input driver" tristate "OMAP touchscreen input driver"
depends on INPUT && INPUT_TOUCHSCREEN && ARCH_OMAP depends on INPUT && INPUT_TOUCHSCREEN && ARCH_OMAP
select OMAP_TSC2101
help help
Say Y here if you have an OMAP based board with touchscreen Say Y here if you have an OMAP based board with touchscreen
attached to it, e.g. OMAP Innovator, OSK, H2 or H3 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 To compile this driver as a module, choose M here: the
module will be called omap_ts. module will be called omap_ts.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment