brcm80211: fmac: add Kconfig option for SDIO bus support
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / wireless / brcm80211 / Kconfig
index 8f54c2eb68249ae5041773eb746c5d5d3805dd1c..cd6375de2a606a2662ba2c5a63e5906c88b4656c 100644 (file)
@@ -17,16 +17,26 @@ config BRCMSMAC
 
 config BRCMFMAC
        tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
-       depends on MMC
        depends on CFG80211
        select BRCMUTIL
-       select FW_LOADER
        ---help---
          This module adds support for embedded wireless adapters based on
-         Broadcom IEEE802.11n FullMAC chipsets.  This driver uses the kernel's
-         wireless extensions subsystem.  If you choose to build a module,
+         Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
+         one of the bus interface support. If you choose to build a module,
          it'll be called brcmfmac.ko.
 
+config BRCMFMAC_SDIO
+       bool "SDIO bus interface support for FullMAC"
+       depends on MMC
+       depends on BRCMFMAC
+       select FW_LOADER
+       default y
+       ---help---
+         This option enables the SDIO bus interface support for Broadcom
+         FullMAC WLAN driver.
+         Say Y if you want to use brcmfmac for a compatible SDIO interface
+         wireless card.
+
 config BRCMDBG
        bool "Broadcom driver debug functions"
        depends on BRCMSMAC || BRCMFMAC