aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-04-27 15:48:11 +0000
committerNicolas Thill <nico@openwrt.org>2009-04-27 15:48:11 +0000
commitb558d4b839b76f99282b98ef5542caf5ea0dce6a (patch)
treed0b709bfd1b81ded8878a0cb0616ef9797f29c22 /package/kernel
parent4f88f8de81407f05b9eddd550d0b201296d75886 (diff)
downloadupstream-b558d4b839b76f99282b98ef5542caf5ea0dce6a.tar.gz
upstream-b558d4b839b76f99282b98ef5542caf5ea0dce6a.tar.bz2
upstream-b558d4b839b76f99282b98ef5542caf5ea0dce6a.zip
kernel: add missing kconfig symbol related to SSB
SVN-Revision: 15449
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 56f6c36ca9..2d32b4994a 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -213,6 +213,7 @@ define KernelPackage/ssb
KCONFIG:=\
CONFIG_SSB \
CONFIG_SSB_B43_PCI_BRIDGE=y \
+ CONFIG_SSB_DRIVER_MIPS=n \
CONFIG_SSB_DRIVER_PCICORE=y \
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y \
CONFIG_SSB_PCIHOST=y \