summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorGrant Likely2011-07-06 19:54:19 +0200
committerGrant Likely2011-07-06 19:57:15 +0200
commit6eae1ace68ab775e9d47f1f8e40c811ac39f733f (patch)
tree6c07410c0a3b212d4390ea19f6456a8d2991c347 /drivers/gpio/Kconfig
parentGPIO: DA9052 GPIO module v3 (diff)
downloadkernel-qcow2-linux-6eae1ace68ab775e9d47f1f8e40c811ac39f733f.tar.gz
kernel-qcow2-linux-6eae1ace68ab775e9d47f1f8e40c811ac39f733f.tar.xz
kernel-qcow2-linux-6eae1ace68ab775e9d47f1f8e40c811ac39f733f.zip
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