diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2010-05-19 22:39:52 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 01:14:57 -0400 |
commit | 85b14a3fc4036473ec6776d8e5d92c022155d581 (patch) | |
tree | cb49e0a7bb94f04f10800bb8a26e29498c4774b9 /arch/arm/mach-s3c64xx/Kconfig | |
parent | 504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff) |
ARM: S3C64XX: Add Touchscreen support for S3C64XX
This patch adds touchscreen support for S3C64XX.
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-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 69e9fbfea917..1f2f412b0200 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -90,6 +90,7 @@ config MACH_SMDK6410 | |||
90 | select S3C_DEV_HSMMC1 | 90 | select S3C_DEV_HSMMC1 |
91 | select S3C_DEV_I2C1 | 91 | select S3C_DEV_I2C1 |
92 | select S3C_DEV_FB | 92 | select S3C_DEV_FB |
93 | select SAMSUNG_DEV_TS | ||
93 | select S3C_DEV_USB_HOST | 94 | select S3C_DEV_USB_HOST |
94 | select S3C_DEV_USB_HSOTG | 95 | select S3C_DEV_USB_HSOTG |
95 | select S3C64XX_SETUP_SDHCI | 96 | select S3C64XX_SETUP_SDHCI |