diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-05-15 19:04:53 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-22 03:13:41 -0400 |
commit | 6d5509babce654fd9ce0ff6689dbdf6ce56c43ae (patch) | |
tree | 9f43fcb5cdc829f50443f46e2b32f2bbd5d20855 | |
parent | 78f56bd3d2dbe173bf1a946b353bf72ab9c0b94e (diff) |
powerpc/mpc5200: Make mpc5200 GPIO driver select the GENERIC_GPIO config
CONFIG_GENERIC_GPIO is needed for the gpio driver to work.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
-rw-r--r-- | arch/powerpc/platforms/52xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 981b84b7599a..c1ca4f3ee5da 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig | |||
@@ -46,6 +46,7 @@ config PPC_MPC5200_BUGFIX | |||
46 | config PPC_MPC5200_GPIO | 46 | config PPC_MPC5200_GPIO |
47 | bool "MPC5200 GPIO support" | 47 | bool "MPC5200 GPIO support" |
48 | depends on PPC_MPC52xx | 48 | depends on PPC_MPC52xx |
49 | select GENERIC_GPIO | ||
49 | select HAVE_GPIO_LIB | 50 | select HAVE_GPIO_LIB |
50 | help | 51 | help |
51 | Enable gpiolib support for mpc5200 based boards | 52 | Enable gpiolib support for mpc5200 based boards |