diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-20 19:46:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-20 19:46:50 +0000 |
commit | b835cbc80ee739f7c47eae1ca96487bc126aad46 (patch) | |
tree | 12edc38b211393e34e4cc91b2965a0d31285e17f /target/linux/brcm47xx-2.6/patches | |
parent | 06fb3b2848963feb6962f53cce0d7c8c08e49590 (diff) | |
download | upstream-b835cbc80ee739f7c47eae1ca96487bc126aad46.tar.gz upstream-b835cbc80ee739f7c47eae1ca96487bc126aad46.tar.bz2 upstream-b835cbc80ee739f7c47eae1ca96487bc126aad46.zip |
Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos
SVN-Revision: 7285
Diffstat (limited to 'target/linux/brcm47xx-2.6/patches')
-rw-r--r-- | target/linux/brcm47xx-2.6/patches/100-board_support.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm47xx-2.6/patches/100-board_support.patch b/target/linux/brcm47xx-2.6/patches/100-board_support.patch index 963b05dba0..4d06dcdafe 100644 --- a/target/linux/brcm47xx-2.6/patches/100-board_support.patch +++ b/target/linux/brcm47xx-2.6/patches/100-board_support.patch @@ -12,7 +12,7 @@ diff -urN linux.old/arch/mips/Kconfig linux.dev/arch/mips/Kconfig mainmenu "Linux/MIPS Kernel Configuration" menu "Machine selection" -@@ -222,6 +226,22 @@ +@@ -222,6 +226,23 @@ Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and Olivetti M700-10 workstations. @@ -29,6 +29,7 @@ diff -urN linux.old/arch/mips/Kconfig linux.dev/arch/mips/Kconfig + select SSB_DRIVER_PCICORE + select SSB_PCICORE_HOSTMODE + select CFE ++ select GENERIC_GPIO + help + Support for BCM947xx based boards + |