diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-18 00:40:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-18 00:40:23 +0000 |
commit | ecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d (patch) | |
tree | f567ffa76a035e20fb80338c59a7b81f0a403185 /target/linux/brcm63xx/config-2.6.27 | |
parent | af6076273a89480a3ae8b3893999c170c9a26889 (diff) | |
download | upstream-ecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d.tar.gz upstream-ecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d.tar.bz2 upstream-ecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d.zip |
register GPIO-connected LEDs for known boards
SVN-Revision: 16887
Diffstat (limited to 'target/linux/brcm63xx/config-2.6.27')
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index 387df15f71..1b638dc25a 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -77,6 +77,7 @@ CONFIG_GENERIC_GPIO=y # CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ is not set CONFIG_GPIOLIB=y CONFIG_GPIO_DEVICE=y +CONFIG_GPIO_SYSFS=y # CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y @@ -108,7 +109,7 @@ CONFIG_IRQ_CPU=y # CONFIG_ISDN is not set CONFIG_KEXEC=y CONFIG_LBD=y -# CONFIG_LEDS_GPIO is not set +CONFIG_LEDS_GPIO=y # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set # CONFIG_LEMOTE_FULONG is not set # CONFIG_MACH_ALCHEMY is not set |