aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/config-3.10
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-07-14 14:11:17 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-07-14 14:11:17 +0000
commit4cd2167005a3d421d92820cc1716da2cc377f841 (patch)
treead814fb72ced6e4876aae62bf0d3a5aec6fba17d /target/linux/brcm47xx/config-3.10
parentc1bd015d31b74202bcf979db446a9a98938c74ea (diff)
downloadupstream-4cd2167005a3d421d92820cc1716da2cc377f841.tar.gz
upstream-4cd2167005a3d421d92820cc1716da2cc377f841.tar.bz2
upstream-4cd2167005a3d421d92820cc1716da2cc377f841.zip
brcm47xx: use b53 phy driver for the switch in kernel 3.10
This makes it possible to use swconfig to controll the switch. This was tested with devices using b43 and bgmac. This was not tested on devices using tg3. This does not support the adm switch used in some very old devices. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/config-3.10')
-rw-r--r--target/linux/brcm47xx/config-3.105
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-3.10 b/target/linux/brcm47xx/config-3.10
index 0f7e12e666..bf58325e79 100644
--- a/target/linux/brcm47xx/config-3.10
+++ b/target/linux/brcm47xx/config-3.10
@@ -7,6 +7,10 @@ CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_ARPD is not set
+CONFIG_B53=y
+# CONFIG_B53_MMAP_DRIVER is not set
+CONFIG_B53_PHY_DRIVER=y
+CONFIG_B53_PHY_FIXUP=y
CONFIG_BCM47XX=y
CONFIG_BCM47XX_BCMA=y
CONFIG_BCM47XX_SSB=y
@@ -139,6 +143,7 @@ CONFIG_SSB_PCIHOST=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_SERIAL=y
CONFIG_SSB_SPROM=y
+CONFIG_SWCONFIG=y
CONFIG_SYS_HAS_CPU_MIPS32_R1=y
CONFIG_SYS_HAS_CPU_MIPS32_R2=y
CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y