mac80211: activate BRCMFMAC_SDIO on x86
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run

Activate the option BRCMFMAC_SDIO by default on x86 too. x86 already
compiles MMC support into the kernel. This will just compile brcmfmac
with MMC support.

Fixes: https://github.com/openwrt/openwrt/issues/22155
Link: https://github.com/openwrt/openwrt/pull/22171
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2026-02-25 01:26:02 +01:00
parent 69daeebc9a
commit efcd70cb19

View file

@ -438,6 +438,7 @@ define KernelPackage/brcmfmac/config
default y if TARGET_rockchip
default y if TARGET_sunxi
default y if TARGET_stm32
default y if TARGET_x86
default n
help
Enable support for cards attached to an SDIO bus.