diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:25 +0000 |
commit | 93475d913e3697a6e8ca9a9fd4fe8cd80573c221 (patch) | |
tree | 22c183aee6a7f4038bf84987f17f1525c36feff0 /target/linux/generic/config-2.6.34 | |
parent | a29c9c0712a5f54c8a0321ea57a560e1b1adad10 (diff) | |
download | upstream-93475d913e3697a6e8ca9a9fd4fe8cd80573c221.tar.gz upstream-93475d913e3697a6e8ca9a9fd4fe8cd80573c221.tar.bz2 upstream-93475d913e3697a6e8ca9a9fd4fe8cd80573c221.zip |
kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses it
SVN-Revision: 25764
Diffstat (limited to 'target/linux/generic/config-2.6.34')
-rw-r--r-- | target/linux/generic/config-2.6.34 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.34 b/target/linux/generic/config-2.6.34 index 8e48cef32b..04af63ec4a 100644 --- a/target/linux/generic/config-2.6.34 +++ b/target/linux/generic/config-2.6.34 @@ -1232,7 +1232,7 @@ CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set CONFIG_LEDS_TRIGGER_DEFAULT_ON=y # CONFIG_LEDS_TRIGGER_GPIO is not set -CONFIG_LEDS_TRIGGER_HEARTBEAT=y +# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set # CONFIG_LEDS_TRIGGER_IDE_DISK is not set # CONFIG_LEDS_TRIGGER_MORSE is not set CONFIG_LEDS_TRIGGER_NETDEV=y |