[openwrt/openwrt] mac80211: enable CONFIG_BRCMFMAC_SDIO for stm32

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 23 07:20:54 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/456e0aad97413816aee41e68b3d3cfdfadc2fd43

commit 456e0aad97413816aee41e68b3d3cfdfadc2fd43
Author: Thomas Richard <thomas.richard at bootlin.com>
AuthorDate: Tue Sep 24 18:06:28 2024 +0200

    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 at bootlin.com>
    Link: https://github.com/openwrt/openwrt/pull/16716
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 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.




More information about the lede-commits mailing list