diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-01-19 01:31:17 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-19 04:37:18 -0500 |
commit | 42d828d46f526605c84ebdb5a987fd25fe09a3c9 (patch) | |
tree | 952aae124ca97a26fb9b2a356860bb0c039cd1d7 /arch/arm/plat-s5p/Kconfig | |
parent | 1f323cfda5feee4e9c1fc09ededaee849f906468 (diff) |
ARM: S5P6440: Add S5P6440 GPIO support
This patch adds Samsung's S5P6440 GPIO support.
Signed-off-by: Adityapratap Sharma <aditya.ps@samsung.com>
Signed-off-by: Atul Dahiya <atul.dahiya@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/plat-s5p/Kconfig')
-rw-r--r-- | arch/arm/plat-s5p/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/Kconfig b/arch/arm/plat-s5p/Kconfig index 7e08b4064414..e7c31e7060e5 100644 --- a/arch/arm/plat-s5p/Kconfig +++ b/arch/arm/plat-s5p/Kconfig | |||
@@ -14,6 +14,10 @@ config PLAT_S5P | |||
14 | select NO_IOPORT | 14 | select NO_IOPORT |
15 | select ARCH_REQUIRE_GPIOLIB | 15 | select ARCH_REQUIRE_GPIOLIB |
16 | select S3C_GPIO_TRACK | 16 | select S3C_GPIO_TRACK |
17 | select SAMSUNG_GPIOLIB_4BIT | ||
18 | select S3C_GPIO_CFG_S3C64XX | ||
19 | select S3C_GPIO_PULL_UPDOWN | ||
20 | select S3C_GPIO_CFG_S3C24XX | ||
17 | select PLAT_SAMSUNG | 21 | select PLAT_SAMSUNG |
18 | select SAMSUNG_CLKSRC | 22 | select SAMSUNG_CLKSRC |
19 | select SAMSUNG_IRQ_VIC_TIMER | 23 | select SAMSUNG_IRQ_VIC_TIMER |