diff options
author | Darius Augulis <augulis.darius@gmail.com> | 2010-10-19 00:52:34 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-19 00:52:34 -0400 |
commit | 4374c456724abf99210c9d2aa419bd6ea8cddaa6 (patch) | |
tree | eddef649741951082a932bc77fb001942071dc18 /arch/arm/mach-s3c64xx/Kconfig | |
parent | 88fbadea18bd58a5a5ae2051e6bbbec7dcbacbb4 (diff) |
ARM: S3C64XX: add touchscreen support for mach-real6410
Add touchscreen device support for mach-real6410
Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index e4aede13990d..b706b80cc968 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -107,6 +107,8 @@ config MACH_REAL6410 | |||
107 | select S3C_DEV_FB | 107 | select S3C_DEV_FB |
108 | select S3C64XX_SETUP_FB_24BPP | 108 | select S3C64XX_SETUP_FB_24BPP |
109 | select S3C_DEV_NAND | 109 | select S3C_DEV_NAND |
110 | select SAMSUNG_DEV_ADC | ||
111 | select SAMSUNG_DEV_TS | ||
110 | help | 112 | help |
111 | Machine support for the CoreWind REAL6410 | 113 | Machine support for the CoreWind REAL6410 |
112 | 114 | ||