Input: s3c2410_ts: fix S3C_ADC dependency
authorArnd Bergmann <arnd@arndb.de>
Thu, 10 Jul 2014 13:40:32 +0000 (15:40 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 1 Dec 2015 20:50:23 +0000 (21:50 +0100)
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 <arnd@arndb.de>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
drivers/input/touchscreen/Kconfig

index ae33da7ab51ff7f5f84464366be1c4b9f8030527..ae35edcd6a346ce38f662114778a471ca3b0a36c 100644 (file)
@@ -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.
 
This page took 0.026495 seconds and 5 git commands to generate.