diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-20 19:46:50 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-20 19:46:50 +0000 |
commit | a0959aa7837e7c06d76c67172d9e589cae3071d0 (patch) | |
tree | df7afef9f7114666ae2d62987996cddbec16742c /target/linux/brcm47xx-2.6/config/default | |
parent | c4105c81c08ae5ec786cc81dc005f2aa58afa751 (diff) |
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 |