]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commit94eb81ad43cedbb8354a14130329f06853b31a60
treece18e13c7f12c48c43faa5402506518f6fd50ab2
parent31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8
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 <arnd@arndb.de>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
drivers/input/touchscreen/Kconfig