From: Jean Delvare Date: Sun, 20 Apr 2014 05:37:58 +0000 (-0700) Subject: Input: w90p910_ts - depend on ARCH_W90X900 X-Git-Tag: next-20140428~40^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e50eb71c0435037eb2268e14da61c53c201aa54f;p=karo-tx-linux.git 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 Acked-by Wan Zongshun Signed-off-by: Dmitry Torokhov --- 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.