Linux: Enable PCIe and USB support for brcmfmac
This commit is contained in:
parent
edefa43d49
commit
e7f0b0297d
@ -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}
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user