diff options
author | Naveen Krishna <ch.naveen@samsung.com> | 2010-05-18 20:44:27 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 18:25:22 +0900 |
commit | 5bfdca146edc558ae6b3bac6b05dc5b1f094fbf3 (patch) | |
tree | 16f5d546a0ac4cd948efa8576ce20f8ecc6f865e /arch/arm/mach-s3c2410/Kconfig | |
parent | 909de0d67dbd9488d5f77bdcadcd34264fea3c02 (diff) | |
download | talos-op-linux-5bfdca146edc558ae6b3bac6b05dc5b1f094fbf3.tar.gz talos-op-linux-5bfdca146edc558ae6b3bac6b05dc5b1f094fbf3.zip |
ARM: SAMSUNG: Implements cfg_gpio function for Samsung touchscreen
This patch implements cfg_gpio function for Samsung touchscreen.
And also modifies the H1940 machine respectively.
Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index a4c0b3fcdbba..7245a55795dc 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig @@ -77,6 +77,7 @@ config ARCH_H1940 select PM_H1940 if PM select S3C_DEV_USB_HOST select S3C_DEV_NAND + select S3C2410_SETUP_TS help Say Y here if you are using the HP IPAQ H1940 |