diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-27 20:38:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-27 20:38:01 +0000 |
commit | bbad86e0983ff860111a975f2f5a2d473a464cfb (patch) | |
tree | 30eb5426c53484a59976f54f2ef47b6cec3bf27f | |
parent | d841d5cfc70b38f85660f82d41ad803087db5272 (diff) | |
download | upstream-bbad86e0983ff860111a975f2f5a2d473a464cfb.tar.gz upstream-bbad86e0983ff860111a975f2f5a2d473a464cfb.tar.bz2 upstream-bbad86e0983ff860111a975f2f5a2d473a464cfb.zip |
Add missing config symbol for SSB
SVN-Revision: 13378
-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 ba3f1237e6..984ab81f03 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 |