summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-29 15:09:32 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-29 15:09:32 +0000
commit93ca37623f7921d4f03dc35d5c49f3494c12f347 (patch)
treefcd0ad141f185807540ef30108915f91d490dfcb /package/kernel
parent11ab593ecd4111c7fa3996b62af2baa73d5daf48 (diff)
[PATCH] Corrected SSB Config
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 838526939..2e255f00f 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -199,11 +199,12 @@ define KernelPackage/ssb
KCONFIG:=\
CONFIG_SSB \
CONFIG_SSB_B43_PCI_BRIDGE=y \
- CONFIG_SSB_DRIVER_PCICORE_POSSIBLE \
+ CONFIG_SSB_DRIVER_PCICORE=y \
+ CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y \
CONFIG_SSB_PCIHOST=y \
- CONFIG_SSB_PCIHOST_POSSIBLE \
- CONFIG_SSB_POSSIBLE \
- CONFIG_SSB_SPROM
+ CONFIG_SSB_PCIHOST_POSSIBLE=y \
+ CONFIG_SSB_POSSIBLE=y \
+ CONFIG_SSB_SPROM=y
FILES:=$(LINUX_DIR)/drivers/ssb/ssb.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,29,ssb)
endef