From 6e97cb9f9528df8d83101ce224c3aa6f5d8e59cc Mon Sep 17 00:00:00 2001 From: huangjf Date: Thu, 11 Aug 2022 10:31:11 +0800 Subject: [PATCH] mac80211: broadcom: set default y to sdio for rockchip soc --- 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 8380ec3e1..b01e0ee01 100644 --- a/package/kernel/mac80211/broadcom.mk +++ b/package/kernel/mac80211/broadcom.mk @@ -451,6 +451,7 @@ define KernelPackage/brcmfmac/config bool "Enable SDIO bus interface support" default y if TARGET_bcm27xx default y if TARGET_sunxi + default y if TARGET_rockchip default n help Enable support for cards attached to an SDIO bus.