mac80211: brcmfmac: Add SDIO support option
This patch adds SDIO support for the brcmfmac driver. For now only very few boards need it. Signed off by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44465
This commit is contained in:
parent
44253d311f
commit
9034bd32af
1 changed files with 16 additions and 0 deletions
|
@ -1488,6 +1488,21 @@ define KernelPackage/brcmfmac/description
|
||||||
Kernel module for Broadcom IEEE802.11n USB Wireless cards
|
Kernel module for Broadcom IEEE802.11n USB Wireless cards
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/brcmfmac/config
|
||||||
|
if PACKAGE_kmod-brcmfmac
|
||||||
|
|
||||||
|
config BRCMFMAC_SDIO
|
||||||
|
bool "Enable SDIO support"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enable support for cards attached to an SDIO bus.
|
||||||
|
Select this option only if you are sure that your
|
||||||
|
board has a Broadcom wireless chip atacched to
|
||||||
|
that bus.
|
||||||
|
|
||||||
|
endif
|
||||||
|
endef
|
||||||
|
|
||||||
config_package=$(if $(CONFIG_PACKAGE_kmod-$(1)),m)
|
config_package=$(if $(CONFIG_PACKAGE_kmod-$(1)),m)
|
||||||
|
|
||||||
config-y:= \
|
config-y:= \
|
||||||
|
@ -1558,6 +1573,7 @@ config-y += B43LEGACY_DMA_MODE
|
||||||
config-$(call config_package,brcmutil) += BRCMUTIL
|
config-$(call config_package,brcmutil) += BRCMUTIL
|
||||||
config-$(call config_package,brcmsmac) += BRCMSMAC
|
config-$(call config_package,brcmsmac) += BRCMSMAC
|
||||||
config-$(call config_package,brcmfmac) += BRCMFMAC
|
config-$(call config_package,brcmfmac) += BRCMFMAC
|
||||||
|
config-$(CONFIG_BRCMFMAC_SDIO) += BRCMFMAC_SDIO
|
||||||
config-y += BRCMFMAC_USB
|
config-y += BRCMFMAC_USB
|
||||||
config-$(CONFIG_PACKAGE_BRCM80211_DEBUG) += BRCMDBG
|
config-$(CONFIG_PACKAGE_BRCM80211_DEBUG) += BRCMDBG
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue