diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-01 21:56:38 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-01 21:56:38 +0000 |
commit | 09031707583e2bd979b488d27f50d719af1278bf (patch) | |
tree | 9467e1f79d674b203b8abac4bb4b14d908a5a50c /target/linux/brcm63xx/config-3.14 | |
parent | 6354265168e5c7b593c6579c3a211cd94e914f94 (diff) | |
download | master-187ad058-09031707583e2bd979b488d27f50d719af1278bf.tar.gz master-187ad058-09031707583e2bd979b488d27f50d719af1278bf.tar.bz2 master-187ad058-09031707583e2bd979b488d27f50d719af1278bf.zip |
brcm63xx: rework fallback sprom support
Rework fallback sprom support by providing different sproms for
different chips. Also make it optional to use.
This likely causes sprom fallback support to break on a few boards.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/config-3.14')
-rw-r--r-- | target/linux/brcm63xx/config-3.14 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-3.14 b/target/linux/brcm63xx/config-3.14 index 871df1befc..6846671a70 100644 --- a/target/linux/brcm63xx/config-3.14 +++ b/target/linux/brcm63xx/config-3.14 @@ -30,6 +30,15 @@ CONFIG_BCM63XX_ENET=y CONFIG_BCM63XX_OHCI=y CONFIG_BCM63XX_PHY=y CONFIG_BCM63XX_WDT=y +CONFIG_BCMA=y +CONFIG_BCMA_BLOCKIO=y +# CONFIG_BCMA_DEBUG is not set +# CONFIG_BCMA_DRIVER_GMAC_CMN is not set +# CONFIG_BCMA_DRIVER_MIPS is not set +# CONFIG_BCMA_DRIVER_PCI_HOSTMODE is not set +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +# CONFIG_BCMA_HOST_SOC is not set CONFIG_BOARD_BCM963XX=y CONFIG_BOARD_LIVEBOX=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y |