From: Arnd Bergmann Date: Thu, 10 Jul 2014 13:40:32 +0000 (+0200) Subject: Input: s3c2410_ts: fix S3C_ADC dependency X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=94eb81ad43cedbb8354a14130329f06853b31a60;p=deliverable%2Flinux.git Input: s3c2410_ts: fix S3C_ADC dependency S3C_ADC is only available on machines that don't do ARCH_MULTIPLATFORM, so changing the 'select' into 'depends on' here helps us move to ARCH_MULTIPLATFORM without introducing regressions. Signed-off-by: Arnd Bergmann Acked-by: Dmitry Torokhov Reviewed-by: Krzysztof Kozlowski --- diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index ae33da7ab51f..ae35edcd6a34 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -365,7 +365,7 @@ config TOUCHSCREEN_IPROC config TOUCHSCREEN_S3C2410 tristate "Samsung S3C2410/generic touchscreen input driver" depends on ARCH_S3C24XX || SAMSUNG_DEV_TS - select S3C_ADC + depends on S3C_ADC help Say Y here if you have the s3c2410 touchscreen.