diff options
author | John Crispin <john@openwrt.org> | 2015-02-24 11:59:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-24 11:59:47 +0000 |
commit | 8eda29f12c307d6ddb9776d7118b9d0774c8f646 (patch) | |
tree | 9ddc9cb2bf9e22f816a4e3e5c1009b21d34040a6 | |
parent | a45a5f7cf0de4f921304bcaf2fa66e91a6ca57bd (diff) | |
download | upstream-8eda29f12c307d6ddb9776d7118b9d0774c8f646.tar.gz upstream-8eda29f12c307d6ddb9776d7118b9d0774c8f646.tar.bz2 upstream-8eda29f12c307d6ddb9776d7118b9d0774c8f646.zip |
ipq806x: enable ar8xxx switch family support
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 44519
-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 |