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 | c9fe1e2be512fa1790e1a67d743852dd42a24a55 (patch) | |
tree | 7d50f2cfc965401ec7643411f3453cd9557b8f74 /target/linux | |
parent | 2ea77c117b988e7b3651d16d38d60983a7267e26 (diff) | |
download | upstream-c9fe1e2be512fa1790e1a67d743852dd42a24a55.tar.gz upstream-c9fe1e2be512fa1790e1a67d743852dd42a24a55.tar.bz2 upstream-c9fe1e2be512fa1790e1a67d743852dd42a24a55.zip |
ar71xx: enable AR8327 LED support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39340 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |