summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Richard2024-09-24 16:06:28 +0000
committerPetr Štetiar2024-11-28 18:48:30 +0000
commit911b25d618dab50d84c9881aaedfe98761b006a2 (patch)
tree8ee4714b26412c07016f079bf5b8f8772f11cb9b
parentd921c2db0b511b89cd9adeb644f4d92a79e419bb (diff)
downloadopenwrt-911b25d618dab50d84c9881aaedfe98761b006a2.tar.gz
mac80211: enable CONFIG_BRCMFMAC_SDIO for stm32
All stm32 devices use BCM43430 Wi-Fi interface in SDIO mode. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/16716 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 456e0aad97413816aee41e68b3d3cfdfadc2fd43) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
-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 a6f42cd19a..444d705ab3 100644
--- a/package/kernel/mac80211/broadcom.mk
+++ b/package/kernel/mac80211/broadcom.mk
@@ -437,6 +437,7 @@ define KernelPackage/brcmfmac/config
default y if TARGET_starfive
default y if TARGET_rockchip
default y if TARGET_sunxi
+ default y if TARGET_stm32
default n
help
Enable support for cards attached to an SDIO bus.