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/ar7-2.6/config | |
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/ar7-2.6/config')
-rw-r--r-- | target/linux/ar7-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar7-2.6/config/default b/target/linux/ar7-2.6/config/default index 6d0edccc2e..a01981c19b 100644 --- a/target/linux/ar7-2.6/config/default +++ b/target/linux/ar7-2.6/config/default @@ -192,6 +192,7 @@ CONFIG_SERIAL_8250_PCI=y # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SPARSEMEM_STATIC is not set CONFIG_SWAP_IO_SPACE=y +CONFIG_GENERIC_GPIO=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y |