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 | 47d9fd249aa1cd6ecbba0bf191d6caa1f6c31ada (patch) | |
tree | df7afef9f7114666ae2d62987996cddbec16742c /target/linux/brcm47xx-2.6/config/default | |
parent | f027dd9395fab0cbb022901460b003419af8a968 (diff) | |
download | upstream-47d9fd249aa1cd6ecbba0bf191d6caa1f6c31ada.tar.gz upstream-47d9fd249aa1cd6ecbba0bf191d6caa1f6c31ada.tar.bz2 upstream-47d9fd249aa1cd6ecbba0bf191d6caa1f6c31ada.zip |
Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7285 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |