diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-07-06 13:54:19 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-07-06 13:57:15 -0400 |
commit | 6eae1ace68ab775e9d47f1f8e40c811ac39f733f (patch) | |
tree | 6c07410c0a3b212d4390ea19f6456a8d2991c347 /drivers/gpio/Kconfig | |
parent | 07bfc9152365332477083768d0af9ab21bb2019d (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/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 | |||
99 | def_bool y | 99 | def_bool y |
100 | depends on CPU_EXYNOS4210 | 100 | depends on CPU_EXYNOS4210 |
101 | 101 | ||
102 | config GPIO_MPC5200 | ||
103 | def_bool y | ||
104 | depends on PPC_MPC52xx | ||
105 | |||
102 | config GPIO_MXC | 106 | config GPIO_MXC |
103 | def_bool y | 107 | def_bool y |
104 | depends on ARCH_MXC | 108 | depends on ARCH_MXC |