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:
Franz Pletz 2019-09-10 01:08:28 +02:00
parent 49d7cc2941
commit 471ba8e2e6
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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 = {