diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-24 11:59:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-24 11:59:47 +0000 |
commit | 1457cdbf2c214b56aa17823beb1e3fe8bdfd6e3c (patch) | |
tree | b78647e287678fdccfd0508b79dea56006e99d37 /target/linux | |
parent | b36096edfbbadc2fd462c4466bb9e65d734dd987 (diff) | |
download | upstream-1457cdbf2c214b56aa17823beb1e3fe8bdfd6e3c.tar.gz upstream-1457cdbf2c214b56aa17823beb1e3fe8bdfd6e3c.tar.bz2 upstream-1457cdbf2c214b56aa17823beb1e3fe8bdfd6e3c.zip |
ipq806x: enable ar8xxx switch family support
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/config-3.18 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18 index 7cda416d7c..51f2de7e48 100644 --- a/target/linux/ipq806x/config-3.18 +++ b/target/linux/ipq806x/config-3.18 @@ -3,6 +3,7 @@ CONFIG_ALIGNMENT_TRAP=y # CONFIG_APM_EMULATION is not set CONFIG_APQ_GCC_8084=y CONFIG_APQ_MMCC_8084=y +CONFIG_AR8216_PHY=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_ARCH_HAS_SG_CHAIN=y @@ -103,7 +104,9 @@ CONFIG_DTC=y # CONFIG_DW_DMAC_PCI is not set CONFIG_DYNAMIC_DEBUG=y # CONFIG_EMAC_ROCKCHIP is not set +CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_FREEZER=y +CONFIG_FW_LOADER_USER_HELPER=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_CLOCKEVENTS=y |