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.31 | |
parent | 1edcc1f086259975e9f6f66227af37dcc26bd10f (diff) | |
download | upstream-a64c102618b460239efd7ce51dbda6cfebfd88bc.tar.gz upstream-a64c102618b460239efd7ce51dbda6cfebfd88bc.tar.bz2 upstream-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.31')
-rw-r--r-- | target/linux/ar71xx/config-2.6.31 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.31 b/target/linux/ar71xx/config-2.6.31 index 5c9affa74b..848bf20d1f 100644 --- a/target/linux/ar71xx/config-2.6.31 +++ b/target/linux/ar71xx/config-2.6.31 @@ -105,6 +105,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 |