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 /arch/powerpc/platforms/52xx/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 'arch/powerpc/platforms/52xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/52xx/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 47ea1be1481..90f4496017e 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig @@ -55,14 +55,6 @@ config PPC_MPC5200_BUGFIX It is safe to say 'Y' here -config PPC_MPC5200_GPIO - bool "MPC5200 GPIO support" - depends on PPC_MPC52xx - select ARCH_REQUIRE_GPIOLIB - select GENERIC_GPIO - help - Enable gpiolib support for mpc5200 based boards - config PPC_MPC5200_LPBFIFO tristate "MPC5200 LocalPlus bus FIFO driver" depends on PPC_MPC52xx |