3
0
Fork 0
forked from mirrors/nixpkgs

Linux: Enable PCIe and USB support for brcmfmac

This commit is contained in:
Shea Levy 2015-10-03 15:22:52 -04:00
parent edefa43d49
commit e7f0b0297d

View file

@ -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}
''