diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-01-27 14:34:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-01-27 14:34:18 +0000 |
commit | 16cb9611c59c2ee1387a060b5128264e819e81bd (patch) | |
tree | 3a1b90d0c553903ac47d1c2bd83c1c68bf4ef1d2 /target/linux/generic-2.6 | |
parent | 5aa659055181ec92cfc1fb527f11dccb9d886792 (diff) | |
download | upstream-16cb9611c59c2ee1387a060b5128264e819e81bd.tar.gz upstream-16cb9611c59c2ee1387a060b5128264e819e81bd.tar.bz2 upstream-16cb9611c59c2ee1387a060b5128264e819e81bd.zip |
kernel: add a default for CONFIG_NEW_GPIO
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10278 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 62d5ec0918..e92c8b3f1b 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -850,6 +850,7 @@ CONFIG_NET_SCH_TEQL=m # CONFIG_NET_TULIP is not set CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y +# CONFIG_NEW_GPIO is not set CONFIG_NEW_LEDS=y CONFIG_NFSD=m CONFIG_NFSD_TCP=y |