diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-15 12:07:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-15 12:07:58 +0000 |
commit | a64c102618b460239efd7ce51dbda6cfebfd88bc (patch) | |
tree | ba4766b5da5a20d4a62ded937e4acf8efd8d38c8 /target/linux/ar71xx/config-2.6.30 | |
parent | 1edcc1f086259975e9f6f66227af37dcc26bd10f (diff) | |
download | master-187ad058-a64c102618b460239efd7ce51dbda6cfebfd88bc.tar.gz master-187ad058-a64c102618b460239efd7ce51dbda6cfebfd88bc.tar.bz2 master-187ad058-a64c102618b460239efd7ce51dbda6cfebfd88bc.zip |
ar71xx: add GPIO driver for the NXP 74HC153 chip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19149 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-2.6.30')
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index 3579134681..33bd591d6e 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -102,6 +102,7 @@ CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_GENERIC_GPIO=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_GPIOLIB=y +# CONFIG_GPIO_NXP_74HC153 is not set CONFIG_GPIO_PCF857X=y CONFIG_GPIO_SYSFS=y CONFIG_HARDWARE_WATCHPOINTS=y |