diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2010-05-19 22:39:54 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 01:15:50 -0400 |
commit | 41d8289d161e23e9cff78c914b6f37f30e627ea2 (patch) | |
tree | 19b1312a4e88490739d6cfba26347a008bd6b1f9 /arch/arm/mach-s5pv210/Kconfig | |
parent | 09cae8f195c5be8d3102022c7ecd1653b3653233 (diff) |
ARM: S5PV210: Add Touchscreen support for S5PV210
This patch adds touchscreen support for S5PV210.
Note: TSADC in S5PV210 support 2 touchscreen interfaces,
Only 1 is implemented as of now.
Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
[ben-linux@fluff.org: minor title fix]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 7601c28e240b..b05988f21ec2 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -25,6 +25,8 @@ config MACH_SMDKV210 | |||
25 | bool "SMDKV210" | 25 | bool "SMDKV210" |
26 | select CPU_S5PV210 | 26 | select CPU_S5PV210 |
27 | select ARCH_SPARSEMEM_ENABLE | 27 | select ARCH_SPARSEMEM_ENABLE |
28 | select SAMSUNG_DEV_ADC | ||
29 | select SAMSUNG_DEV_TS | ||
28 | help | 30 | help |
29 | Machine support for Samsung SMDKV210 | 31 | Machine support for Samsung SMDKV210 |
30 | 32 | ||