[openwrt/openwrt] mac80211: select BRCMFMAC_SDIO on starfive

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 10 10:27:30 PDT 2024


wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ce1138867c4b4843e945ccd97144ccf4feeca1d0

commit ce1138867c4b4843e945ccd97144ccf4feeca1d0
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Tue Aug 22 23:39:14 2023 +0200

    mac80211: select BRCMFMAC_SDIO on starfive
    
    As the Visionfive V1 board has an Ampak module connected via SDIO, enable
    support for SDIO in the brcmfmac module.
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 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 d0b0889088..a6f42cd19a 100644
--- a/package/kernel/mac80211/broadcom.mk
+++ b/package/kernel/mac80211/broadcom.mk
@@ -434,6 +434,7 @@ define KernelPackage/brcmfmac/config
 		bool "Enable SDIO bus interface support"
 		default y if TARGET_bcm27xx
 		default y if TARGET_imx_cortexa7
+		default y if TARGET_starfive
 		default y if TARGET_rockchip
 		default y if TARGET_sunxi
 		default n




More information about the lede-commits mailing list