[openwrt/openwrt] mac80211: enable CONFIG_BRCMFMAC_SDIO for imx/cortexa7
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 11 05:31:54 PDT 2022
pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/489d792c85c3b4737bf8810a56b7a5e301f79fd8
commit 489d792c85c3b4737bf8810a56b7a5e301f79fd8
Author: Lech Perczak <lech.perczak at gmail.com>
AuthorDate: Thu Apr 28 22:58:53 2022 +0200
mac80211: enable CONFIG_BRCMFMAC_SDIO for imx/cortexa7
TechNexion PICO-PI-IMX7D uses BCM4339 Wi-Fi interface in SDIO mode.
Enable SDIO support for imx/cortexa7 to fully support it in images.
Signed-off-by: Lech Perczak <lech.perczak at gmail.com>
---
package/kernel/mac80211/broadcom.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/mac80211/broadcom.mk b/package/kernel/mac80211/broadcom.mk
index 473bbf597c..5548f6e661 100644
--- a/package/kernel/mac80211/broadcom.mk
+++ b/package/kernel/mac80211/broadcom.mk
@@ -450,6 +450,7 @@ define KernelPackage/brcmfmac/config
config BRCMFMAC_SDIO
bool "Enable SDIO bus interface support"
default y if TARGET_bcm27xx
+ default y if TARGET_imx_cortexa7
default y if TARGET_sunxi
default n
help
More information about the lede-commits
mailing list