From 326c744ec4892eee3efe9c5add8687efa0f1f591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 16 Feb 2015 19:36:35 +0000 Subject: mac80211: brcmfmac: Add PCIe support option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44466 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/mac80211/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'package/kernel/mac80211') diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 4ea2f3dc91..f3fe6c7d77 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -1492,7 +1492,7 @@ define KernelPackage/brcmfmac/config if PACKAGE_kmod-brcmfmac config BRCMFMAC_SDIO - bool "Enable SDIO support" + bool "Enable SDIO bus interface support" default n help Enable support for cards attached to an SDIO bus. @@ -1500,6 +1500,14 @@ define KernelPackage/brcmfmac/config board has a Broadcom wireless chip atacched to that bus. + config BRCMFMAC_PCIE + bool "Enable PCIE bus interface support" + depends on PCI_SUPPORT + default y + help + Supported PCIe connected chipsets: + BCM4354, BCM4356, BCM43567, BCM43570, BCM43602 + endif endef @@ -1575,6 +1583,7 @@ config-$(call config_package,brcmsmac) += BRCMSMAC config-$(call config_package,brcmfmac) += BRCMFMAC config-$(CONFIG_BRCMFMAC_SDIO) += BRCMFMAC_SDIO config-y += BRCMFMAC_USB +config-$(CONFIG_BRCMFMAC_PCIE) += BRCMFMAC_PCIE config-$(CONFIG_PACKAGE_BRCM80211_DEBUG) += BRCMDBG config-$(call config_package,mac80211-hwsim) += MAC80211_HWSIM -- cgit v1.2.3