From: Thomas Richard Date: Tue, 24 Sep 2024 16:06:28 +0000 (+0200) Subject: mac80211: enable CONFIG_BRCMFMAC_SDIO for stm32 X-Git-Tag: v25.12.0-rc1~4197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=456e0aad97413816aee41e68b3d3cfdfadc2fd43;p=thirdparty%2Fopenwrt.git mac80211: enable CONFIG_BRCMFMAC_SDIO for stm32 All stm32 devices use BCM43430 Wi-Fi interface in SDIO mode. Signed-off-by: Thomas Richard Link: https://github.com/openwrt/openwrt/pull/16716 Signed-off-by: Hauke Mehrtens --- diff --git a/package/kernel/mac80211/broadcom.mk b/package/kernel/mac80211/broadcom.mk index a6f42cd19af..444d705ab31 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.