diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-01-19 01:30:54 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-19 04:37:18 -0500 |
commit | 1f323cfda5feee4e9c1fc09ededaee849f906468 (patch) | |
tree | 89c288fd8a5fe2c0cad1c39c5b752f162ff69e46 /arch/arm/plat-s3c64xx/Kconfig | |
parent | 9717453c40ba9ffbd8c40968df45498059bfec0e (diff) |
ARM: SAMSUNG: Move GPIO common functions to plat-samsung
This patch moves GPIO common functions (from plat-s3c64xx) into plat-samsung.
and adds the config option to build the plat-samsung/gpiolib for Samsung SoCs.
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-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index 0fba1f956b8a..37b4519fb832 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -22,6 +22,7 @@ config PLAT_S3C64XX | |||
22 | select S3C_GPIO_CFG_S3C64XX | 22 | select S3C_GPIO_CFG_S3C64XX |
23 | select S3C_DEV_NAND | 23 | select S3C_DEV_NAND |
24 | select USB_ARCH_HAS_OHCI | 24 | select USB_ARCH_HAS_OHCI |
25 | select SAMSUNG_GPIOLIB_4BIT | ||
25 | help | 26 | help |
26 | Base platform code for any Samsung S3C64XX device | 27 | Base platform code for any Samsung S3C64XX device |
27 | 28 | ||