diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-20 10:23:00 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-20 10:23:00 +0000 |
commit | 31d6ad289f899a999071d1a0abca76dbff91d370 (patch) | |
tree | 6b124ab885865c6540ebf0376f6378a36434402f /target | |
parent | 2d28a07df741b6e726f01277fe3bdbfe1352ed57 (diff) | |
download | upstream-31d6ad289f899a999071d1a0abca76dbff91d370.tar.gz upstream-31d6ad289f899a999071d1a0abca76dbff91d370.tar.bz2 upstream-31d6ad289f899a999071d1a0abca76dbff91d370.zip |
ar71xx: enable AR8327 LED support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39340
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index f0568b0c8f..1c6c53ec56 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -3,6 +3,7 @@ CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AG71XX_DEBUG is not set # CONFIG_AG71XX_DEBUG_FS is not set CONFIG_AR8216_PHY=y +CONFIG_AR8216_PHY_LEDS=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_DISCARD_MEMBLOCK=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y |