From: Zoltan HERPAI Date: Tue, 22 Aug 2023 21:39:14 +0000 (+0200) Subject: mac80211: select BRCMFMAC_SDIO on starfive X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?p=openwrt%2Fstaging%2F981213.git;a=commitdiff_plain;h=ce1138867c4b4843e945ccd97144ccf4feeca1d0 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 --- 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