summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLech Perczak <lech.perczak@gmail.com>2022-04-28 22:58:53 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2022-07-11 14:18:40 +0200
commit489d792c85c3b4737bf8810a56b7a5e301f79fd8 (patch)
tree61eb08c85bd5908b87a747ccb44b0de18bcce6b3
parentfb7547684538e5501c4b91ed62e5f66832e4d9bc (diff)
downloadopenwrt-489d792c85c3b4737bf8810a56b7a5e301f79fd8.tar.gz
openwrt-489d792c85c3b4737bf8810a56b7a5e301f79fd8.tar.bz2
openwrt-489d792c85c3b4737bf8810a56b7a5e301f79fd8.zip
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@gmail.com>
-rw-r--r--package/kernel/mac80211/broadcom.mk1
1 files changed, 1 insertions, 0 deletions
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