diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2011-05-23 04:27:58 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-26 19:33:41 -0400 |
commit | 82ab0f75ee2f5defe300eadc91635aa455e01afd (patch) | |
tree | 67bfe4855328c404246c288310294321d02a22db /drivers/gpio/Kconfig | |
parent | 347ec4e47dd249c0620f429d8458fc42eed63e0e (diff) |
gpio: Move the s5pc100 GPIO to drivers/gpio
Move the Samsung s5pc100 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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 92d16fdec206..2c30911b2414 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 | ||
101 | config GPIO_S5PC100 | ||
102 | bool "Samsung S5PC100 GPIO library support" | ||
103 | default y if CPU_S5PC100 | ||
104 | help | ||
105 | Say yes here to support Samsung S5PC100 SoCs GPIO library | ||
106 | |||
101 | config GPIO_S5PV210 | 107 | config GPIO_S5PV210 |
102 | bool "Samsung S5PV210/S5PC110 GPIO library support" | 108 | bool "Samsung S5PV210/S5PC110 GPIO library support" |
103 | default y if CPU_S5PV210 | 109 | default y if CPU_S5PV210 |