diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2023-08-22 23:39:14 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2024-03-10 18:21:50 +0100 |
commit | ce1138867c4b4843e945ccd97144ccf4feeca1d0 (patch) | |
tree | 5b73954477e7b143741f9d0f8e2faa4b4b8cf929 /package/kernel/mac80211 | |
parent | 4070e2a64c524b1de38573700ba1c4fcc79de1bf (diff) |
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@uid0.hu>
Diffstat (limited to 'package/kernel/mac80211')
-rw-r--r-- | package/kernel/mac80211/broadcom.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |