diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-18 06:38:40 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 05:23:03 -0400 |
commit | 252b8efeba9cd1e28ade902275b27133114d2382 (patch) | |
tree | f1dc9ac4ceceaada3333731fc171d1542e72c237 /arch/arm/plat-s5pc1xx/Kconfig | |
parent | cb34a67472c3171f350e45bc66eebf480acec792 (diff) |
ARM: S5PC100: Use common functions for gpiolib implementation
GPIOlib helpers from plat-samsung already have functions for accessing
4bit gpio banks. This patch removes the duplicated functions from
plat-s5pc1xx/gpiolib.c.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5pc1xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s5pc1xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig index 79d3be721dd..98bbaf9d221 100644 --- a/arch/arm/plat-s5pc1xx/Kconfig +++ b/arch/arm/plat-s5pc1xx/Kconfig | |||
@@ -19,6 +19,7 @@ config PLAT_S5PC1XX | |||
19 | select S5P_GPIO_DRVSTR | 19 | select S5P_GPIO_DRVSTR |
20 | select S3C_GPIO_CFG_S3C24XX | 20 | select S3C_GPIO_CFG_S3C24XX |
21 | select S3C_GPIO_CFG_S3C64XX | 21 | select S3C_GPIO_CFG_S3C64XX |
22 | select SAMSUNG_GPIOLIB_4BIT | ||
22 | help | 23 | help |
23 | Base platform code for any Samsung S5PC1XX device | 24 | Base platform code for any Samsung S5PC1XX device |
24 | 25 | ||