summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2011-07-06 11:54:19 -0600
committerGrant Likely <grant.likely@secretlab.ca>2011-07-06 11:57:15 -0600
commit6eae1ace68ab775e9d47f1f8e40c811ac39f733f (patch)
tree6c07410c0a3b212d4390ea19f6456a8d2991c347 /drivers/gpio/Kconfig
parent07bfc9152365332477083768d0af9ab21bb2019d (diff)
gpio: Move mpc5200 gpio driver to drivers/gpio
GPIO drivers are getting consolidated into drivers/gpio. While at it, change the driver name to mpc5200-gpio* to avoid collisions. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index a4ac78b6a0f8..47eae6ea5dd2 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -99,6 +99,10 @@ config GPIO_EXYNOS4
def_bool y
depends on CPU_EXYNOS4210
+config GPIO_MPC5200
+ def_bool y
+ depends on PPC_MPC52xx
+
config GPIO_MXC
def_bool y
depends on ARCH_MXC