diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-23 11:19:58 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-23 11:19:58 +0000 |
commit | 49f4d4217eb6b2aa709eade9ca80f145f8a422bd (patch) | |
tree | 79358f6ff8b946b153f5974c1560acd088232275 /target/linux | |
parent | 0390780c34c6779b0cf3aba3b5a458bd8cb6c0ed (diff) | |
download | upstream-49f4d4217eb6b2aa709eade9ca80f145f8a422bd.tar.gz upstream-49f4d4217eb6b2aa709eade9ca80f145f8a422bd.tar.bz2 upstream-49f4d4217eb6b2aa709eade9ca80f145f8a422bd.zip |
brcm47xx: build bcma into the kernel
Now we can assume that every brcm47xx kernel has the bcma module build
into the kernel. This is not needed for this version as this does not
support bcma as system bus but kernel 3.0 will.
SVN-Revision: 27733
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.39 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-2.6.39 b/target/linux/brcm47xx/config-2.6.39 index b7d187a4a9..edda524dfa 100644 --- a/target/linux/brcm47xx/config-2.6.39 +++ b/target/linux/brcm47xx/config-2.6.39 @@ -15,6 +15,12 @@ CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B44_PCI_AUTOSELECT=y CONFIG_BCM47XX=y CONFIG_BCM47XX_WDT=y +CONFIG_BCMA=y +CONFIG_BCMA_BLOCKIO=y +# CONFIG_BCMA_DEBUG is not set +# CONFIG_BCMA_DRIVER_PCI_HOSTMODE is not set +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_BUG is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y |