From a13a8eddd5dd52e441b1fc1c1d86a1dd115a1412 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 8 Nov 2009 12:01:49 +0100 Subject: Kconfig: TOUCHSCREEN_S3C2410 depends on S3C24XX_ADC add select S3C24XX_ADC --- drivers/input/touchscreen/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index f8c4dd2226b..90f8a5cb4fc 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -58,6 +58,7 @@ config TOUCHSCREEN_FILTER_LINEAR config TOUCHSCREEN_S3C2410 tristate "Samsung S3C2410 touchscreen input driver" depends on ARCH_S3C2410 && INPUT && INPUT_TOUCHSCREEN + select S3C24XX_ADC select SERIO help Say Y here if you have the s3c2410 touchscreen. -- cgit v1.2.3