diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-14 14:11:17 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-14 14:11:17 +0000 |
commit | f8d55e7541ee61c8e4262e378335beb2eba8a88a (patch) | |
tree | 548803b3e402425ccf09e13bec58740873d81f11 /target/linux/brcm47xx/config-3.10 | |
parent | 936683b2dea18c535cba1be3af207338c10dd658 (diff) | |
download | upstream-f8d55e7541ee61c8e4262e378335beb2eba8a88a.tar.gz upstream-f8d55e7541ee61c8e4262e378335beb2eba8a88a.tar.bz2 upstream-f8d55e7541ee61c8e4262e378335beb2eba8a88a.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.
SVN-Revision: 37304
Diffstat (limited to 'target/linux/brcm47xx/config-3.10')
-rw-r--r-- | target/linux/brcm47xx/config-3.10 | 5 |
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 |