diff options
author | John Crispin <john@openwrt.org> | 2015-11-22 08:04:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-22 08:04:37 +0000 |
commit | cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28 (patch) | |
tree | 91ef3306b6e5a2bdb1413e7d76469d04a1c18f2d /target/linux/brcm2708/bcm2708 | |
parent | deff5fb6c89b58b193bb57ab129cbe441a4404b4 (diff) | |
download | upstream-cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28.tar.gz upstream-cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28.tar.bz2 upstream-cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28.zip |
brcm2708: add device detection and use it for network, leds and preinit
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47572
Diffstat (limited to 'target/linux/brcm2708/bcm2708')
-rw-r--r-- | target/linux/brcm2708/bcm2708/config-4.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/bcm2708/config-4.1 b/target/linux/brcm2708/bcm2708/config-4.1 index 055caa9b10..82ae7b33b1 100644 --- a/target/linux/brcm2708/bcm2708/config-4.1 +++ b/target/linux/brcm2708/bcm2708/config-4.1 @@ -225,7 +225,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_XZ is not set # CONFIG_LCD_CLASS_DEVICE is not set CONFIG_LEDS_GPIO=y -# CONFIG_LEDS_TRIGGER_INPUT is not set +CONFIG_LEDS_TRIGGER_INPUT=y CONFIG_LIBFDT=y CONFIG_LOGO=y CONFIG_LOGO_LINUX_CLUT224=y |