diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-12 15:39:31 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-12 15:39:31 +0000 |
commit | ba54356d49e483d353296c4d1343a6a61d6977f8 (patch) | |
tree | ad13748d6b6e1db329d4847135a98ed2ee68c911 /target/linux/brcm47xx/mips74k/config-default | |
parent | 1b67e879a76a8dea78690b67a621d9b2ca60c0b9 (diff) | |
download | upstream-ba54356d49e483d353296c4d1343a6a61d6977f8.tar.gz upstream-ba54356d49e483d353296c4d1343a6a61d6977f8.tar.bz2 upstream-ba54356d49e483d353296c4d1343a6a61d6977f8.zip |
brcm47xx: deactivate ssb and old phy code for new devices
This deactivates ssb and G-PHY code in b43 for the mips74k profile in
brcm47xx.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41594
Diffstat (limited to 'target/linux/brcm47xx/mips74k/config-default')
-rw-r--r-- | target/linux/brcm47xx/mips74k/config-default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/mips74k/config-default b/target/linux/brcm47xx/mips74k/config-default index a29b477317..e722a9b4f6 100644 --- a/target/linux/brcm47xx/mips74k/config-default +++ b/target/linux/brcm47xx/mips74k/config-default @@ -1,6 +1,9 @@ # CONFIG_ADM6996_PHY is not set # CONFIG_BCM47XX_SSB is not set +CONFIG_BGMAC=y # CONFIG_FIXED_PHY is not set +# CONFIG_GPIO_WDT is not set +# CONFIG_SSB is not set # CONFIG_SSB_DRIVER_EXTIF is not set # CONFIG_SSB_DRIVER_GIGE is not set # CONFIG_SSB_DRIVER_MIPS is not set |