aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2011-05-23 04:27:51 -0400
committerGrant Likely <grant.likely@secretlab.ca>2011-05-26 19:33:37 -0400
commit347ec4e47dd249c0620f429d8458fc42eed63e0e (patch)
treef39843c7dba80b6a143bb1bbd89a06bf08d87550 /drivers/gpio/Kconfig
parentab48f16137eb5a6fabcff4cc817319394fc0de7e (diff)
gpio: Move the s5pv210 GPIO to drivers/gpio
Move the Samsung s5pv210 SoC GPIO driver to drivers/gpio Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index dbe43b4e02ba..92d16fdec206 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -98,6 +98,12 @@ config GPIO_PLAT_SAMSUNG
98 help 98 help
99 Say yes here to support Samsung SoCs GPIO library 99 Say yes here to support Samsung SoCs GPIO library
100 100
101config GPIO_S5PV210
102 bool "Samsung S5PV210/S5PC110 GPIO library support"
103 default y if CPU_S5PV210
104 help
105 Say yes here to support Samsung S5PV210/S5PC110 SoCs GPIO library
106
101config GPIO_PL061 107config GPIO_PL061
102 bool "PrimeCell PL061 GPIO support" 108 bool "PrimeCell PL061 GPIO support"
103 depends on ARM_AMBA 109 depends on ARM_AMBA