diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-07-06 11:54:19 -0600 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-07-06 11:57:15 -0600 |
commit | 6eae1ace68ab775e9d47f1f8e40c811ac39f733f (patch) | |
tree | 6c07410c0a3b212d4390ea19f6456a8d2991c347 /drivers/gpio/Kconfig | |
parent | 07bfc9152365332477083768d0af9ab21bb2019d (diff) | |
download | linux-6eae1ace68ab775e9d47f1f8e40c811ac39f733f.tar.gz |
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/Kconfig | 4 |
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 |