projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f56bd
)
powerpc/mpc5200: Make mpc5200 GPIO driver select the GENERIC_GPIO config
author
Grant Likely
<grant.likely@secretlab.ca>
Thu, 15 May 2008 23:04:53 +0000
(17:04 -0600)
committer
Grant Likely
<grant.likely@secretlab.ca>
Tue, 22 Jul 2008 07:13:41 +0000
(
01:13
-0600)
CONFIG_GENERIC_GPIO is needed for the gpio driver to work.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/platforms/52xx/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/52xx/Kconfig
b/arch/powerpc/platforms/52xx/Kconfig
index 981b84b7599aac9fd499e3232c291999646bb208..c1ca4f3ee5daa6c4066462f9eee9af79facc2f87 100644
(file)
--- 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