diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-04-27 15:48:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-04-27 15:48:11 +0000 |
commit | b558d4b839b76f99282b98ef5542caf5ea0dce6a (patch) | |
tree | d0b709bfd1b81ded8878a0cb0616ef9797f29c22 | |
parent | 4f88f8de81407f05b9eddd550d0b201296d75886 (diff) | |
download | upstream-b558d4b839b76f99282b98ef5542caf5ea0dce6a.tar.gz upstream-b558d4b839b76f99282b98ef5542caf5ea0dce6a.tar.bz2 upstream-b558d4b839b76f99282b98ef5542caf5ea0dce6a.zip |
kernel: add missing kconfig symbol related to SSB
SVN-Revision: 15449
-rw-r--r-- | package/kernel/modules/other.mk | 1 |
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 \ |