diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-13 16:51:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-13 16:51:23 +0000 |
commit | 9d86ba2ed43106fff4ec0217711246aa325e0854 (patch) | |
tree | 04468f95463bdf460e36362c3f58bbffe51c5549 /target/linux/mpc85xx | |
parent | 6d18518e02c8018e4fd5a20cb82f9c9a7ff05d82 (diff) | |
download | upstream-9d86ba2ed43106fff4ec0217711246aa325e0854.tar.gz upstream-9d86ba2ed43106fff4ec0217711246aa325e0854.tar.bz2 upstream-9d86ba2ed43106fff4ec0217711246aa325e0854.zip |
mpc85xx: enable swconfig and the ar8216 driver
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35592
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/config-3.7 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/config-3.7 b/target/linux/mpc85xx/config-3.7 index 338445e111..e92c6e6b2c 100644 --- a/target/linux/mpc85xx/config-3.7 +++ b/target/linux/mpc85xx/config-3.7 @@ -1,6 +1,7 @@ # CONFIG_40x is not set # CONFIG_44x is not set # CONFIG_ADVANCED_OPTIONS is not set +CONFIG_AR8216_PHY=y CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y @@ -36,6 +37,7 @@ CONFIG_E500=y CONFIG_EARLY_PRINTK=y CONFIG_ENABLE_MUST_CHECK=y # CONFIG_EPAPR_BOOT is not set +CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_FSL_BOOKE=y CONFIG_FSL_EMB_PERFMON=y CONFIG_FSL_LBC=y @@ -251,6 +253,7 @@ CONFIG_SPI_FSL_LIB=y CONFIG_SPI_MASTER=y # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_STX_GP3 is not set +CONFIG_SWCONFIG=y CONFIG_SWIOTLB=y CONFIG_SYSCTL_EXCEPTION_TRACE=y CONFIG_TASK_SIZE=0xc0000000 |