aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-04-19 22:37:58 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-05-14 16:39:43 -0700
commite5e0937c463e4495042acdb59770134aa63f1d29 (patch)
treeb85e24d56f7bd6e262d2ac27ab1c826650ec6cc8 /drivers/input/touchscreen/Kconfig
parentInput: edt-ft5x06 - add a missing condition (diff)
downloadlinux-dev-e5e0937c463e4495042acdb59770134aa63f1d29.tar.xz
linux-dev-e5e0937c463e4495042acdb59770134aa63f1d29.zip
Input: w90p910_ts - depend on ARCH_W90X900
The w90p910_ts touchscreen driver is heavily architecture dependent, so there is no point in letting it be built on other architectures than it was written for. All other W90P910/W90X900 drivers already have that dependency, so it makes things more consistent and configuration easier. Signed-off-by: Jean Delvare <jdelvare@suse.de> Acked-by Wan Zongshun <mcuos.com@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 68edc9db2c64..e2f0264af5cc 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -858,7 +858,7 @@ config TOUCHSCREEN_TSC2007
config TOUCHSCREEN_W90X900
tristate "W90P910 touchscreen driver"
- depends on HAVE_CLK
+ depends on ARCH_W90X900
help
Say Y here if you have a W90P910 based touchscreen.