mac80211: broadcom: set default y to sdio for rockchip soc

This commit is contained in:
huangjf 2022-08-11 10:31:11 +08:00 committed by coolsnowwolf
parent 941cf93ab5
commit 6e97cb9f95

View File

@ -451,6 +451,7 @@ define KernelPackage/brcmfmac/config
bool "Enable SDIO bus interface support" bool "Enable SDIO bus interface support"
default y if TARGET_bcm27xx default y if TARGET_bcm27xx
default y if TARGET_sunxi default y if TARGET_sunxi
default y if TARGET_rockchip
default n default n
help help
Enable support for cards attached to an SDIO bus. Enable support for cards attached to an SDIO bus.