mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
linux: build rtw88 module
Adds support for Realtek wireless/bluetooth cards found in some Lenovo laptops. The old `r8822be` module was removed in favour of this one.
This commit is contained in:
parent
49d7cc2941
commit
471ba8e2e6
1 changed files with 3 additions and 0 deletions
|
@ -158,6 +158,9 @@ let
|
|||
ATH9K_AHB = option yes; # Ditto, AHB bus
|
||||
B43_PHY_HT = option yes;
|
||||
BCMA_HOST_PCI = option yes;
|
||||
RTW88 = whenAtLeast "5.2" module;
|
||||
RTW88_8822BE = whenAtLeast "5.2" yes;
|
||||
RTW88_8822CE = whenAtLeast "5.2" yes;
|
||||
};
|
||||
|
||||
fb = {
|
||||
|
|
Loading…
Reference in a new issue