diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 218532a695e0..a31c4371fab4 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -483,6 +483,10 @@ with stdenv.lib; FW_LOADER_USER_HELPER_FALLBACK y ''} + # Enable PCIe and USB for the brcmfmac driver + CONFIG_BRCMFAC_USB? y + CONFIG_BRCMFAC_PCIE? y + ${kernelPlatform.kernelExtraConfig or ""} ${extraConfig} ''