3889c76a6e
This fixes #6701 Remove the pcmcia and sdio interface from b43 driver to not depend on these modules. SVN-Revision: 19756
14 lines
254 B
Diff
14 lines
254 B
Diff
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -382,8 +382,8 @@ endif # end of SPI driver list
|
|
|
|
ifneq ($(CONFIG_MMC),)
|
|
|
|
-CONFIG_SSB_SDIOHOST=y
|
|
-CONFIG_B43_SDIO=y
|
|
+# CONFIG_SSB_SDIOHOST=y
|
|
+# CONFIG_B43_SDIO=y
|
|
CONFIG_WL1251_SDIO=m
|
|
|
|
ifdef CONFIG_COMPAT_KERNEL_27
|