From e7f0b0297dee0c00c4872da7c56d4661023cb55a Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 3 Oct 2015 15:22:52 -0400 Subject: [PATCH] Linux: Enable PCIe and USB support for brcmfmac --- pkgs/os-specific/linux/kernel/common-config.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 218532a695e..a31c4371fab 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} ''