diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-27 20:38:01 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-27 20:38:01 +0000 |
commit | 66239210c6fa069e4d7af26dd4063d2053e7b49a (patch) | |
tree | a40bfb731bc5932ea30acee7d8606b5540491be2 /target/linux/brcm63xx | |
parent | c246db9714db0d52859f47562deb103e8601db0e (diff) |
Add missing config symbol for SSB
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index ba3f1237e..984ab81f0 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -279,7 +279,7 @@ CONFIG_SQUASHFS_VMALLOC=y CONFIG_SSB=m CONFIG_SSB_B43_PCI_BRIDGE=y # CONFIG_SSB_DRIVER_MIPS is not set -# CONFIG_SSB_DRIVER_PCICORE is not set +CONFIG_SSB_DRIVER_PCICORE=y CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_PCIHOST=y CONFIG_SSB_PCIHOST_POSSIBLE=y |