summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Likely2008-05-16 01:04:53 +0200
committerGrant Likely2008-07-22 09:13:41 +0200
commit6d5509babce654fd9ce0ff6689dbdf6ce56c43ae (patch)
tree9f43fcb5cdc829f50443f46e2b32f2bbd5d20855
parentpowerpc/mpc5200: Remove fsl-soc.c from mpc5200 build, it is not needed. (diff)
downloadkernel-qcow2-linux-6d5509babce654fd9ce0ff6689dbdf6ce56c43ae.tar.gz
kernel-qcow2-linux-6d5509babce654fd9ce0ff6689dbdf6ce56c43ae.tar.xz
kernel-qcow2-linux-6d5509babce654fd9ce0ff6689dbdf6ce56c43ae.zip
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/Kconfig1
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
config PPC_MPC5200_GPIO
bool "MPC5200 GPIO support"
depends on PPC_MPC52xx
+ select GENERIC_GPIO
select HAVE_GPIO_LIB
help
Enable gpiolib support for mpc5200 based boards