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/config/default | |
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/config/default')
-rw-r--r-- | target/linux/brcm47xx-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx-2.6/config/default b/target/linux/brcm47xx-2.6/config/default index a92a0aa448..353c9d8f77 100644 --- a/target/linux/brcm47xx-2.6/config/default +++ b/target/linux/brcm47xx-2.6/config/default @@ -254,6 +254,7 @@ CONFIG_SSB_PCICORE_HOSTMODE=y CONFIG_SSB_PCIHOST=y CONFIG_SSB_SERIAL=y # CONFIG_SSB_SILENT is not set +CONFIG_GENERIC_GPIO=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y |