diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-27 20:44:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-27 20:44:41 +0000 |
commit | a6be7066d3e4fb4a5a3f2a0fe122d7f54ea75115 (patch) | |
tree | 6d169ed312f8723f544193501458b43aedf38bac | |
parent | edd0a9befb74040d100fab0af6461e4e5acf1326 (diff) | |
download | upstream-a6be7066d3e4fb4a5a3f2a0fe122d7f54ea75115.tar.gz upstream-a6be7066d3e4fb4a5a3f2a0fe122d7f54ea75115.tar.bz2 upstream-a6be7066d3e4fb4a5a3f2a0fe122d7f54ea75115.zip |
Add missing configuration symbol for gpiolib compatible architectures
SVN-Revision: 13381
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index dce0ee57e7..3ee5ddda77 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -410,6 +410,7 @@ CONFIG_GPIO_DEVICE=m # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_SYSFS is not set # CONFIG_GPIOLIB is not set +# CONFIG_GPIO_BT8XX is not set # CONFIG_GROUP_SCHED is not set # CONFIG_HAMACHI is not set CONFIG_HAMRADIO=y |