diff options
author | John Crispin <blogic@openwrt.org> | 2015-11-22 08:04:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-11-22 08:04:37 +0000 |
commit | 718fe053cb6faee6bb92ce49e9548404ceadfa81 (patch) | |
tree | c32cb2b53de4d7d839902ca15eb8cee3ae2b7d73 /target/linux/brcm2708/bcm2709 | |
parent | b8a7eae528c82aaa9b73391839068885a272f854 (diff) | |
download | master-187ad058-718fe053cb6faee6bb92ce49e9548404ceadfa81.tar.gz master-187ad058-718fe053cb6faee6bb92ce49e9548404ceadfa81.tar.bz2 master-187ad058-718fe053cb6faee6bb92ce49e9548404ceadfa81.zip |
brcm2708: add device detection and use it for network, leds and preinit
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/bcm2709')
-rw-r--r-- | target/linux/brcm2708/bcm2709/config-4.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/bcm2709/config-4.1 b/target/linux/brcm2708/bcm2709/config-4.1 index 8eb98afebb..866d648312 100644 --- a/target/linux/brcm2708/bcm2709/config-4.1 +++ b/target/linux/brcm2708/bcm2709/config-4.1 @@ -237,7 +237,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_LOCK_SPIN_ON_OWNER=y CONFIG_LOGO=y |