Kconfig (ba0fbe236fb8a7b992e82d6eafb03a600f5eba43) Kconfig (416e87fcc780cae8d72cb9370fa0f46007faa69a)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig RTW88
3 tristate "Realtek 802.11ac wireless chips support"
4 depends on MAC80211
5 help
6 This module adds support for mac80211-based wireless drivers that
7 enables Realtek IEEE 802.11ac wireless chipsets.
8
9 If you choose to build a module, it'll be called rtw88.
10
11if RTW88
12
13config RTW88_CORE
14 tristate
15
16config RTW88_PCI
17 tristate
18
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig RTW88
3 tristate "Realtek 802.11ac wireless chips support"
4 depends on MAC80211
5 help
6 This module adds support for mac80211-based wireless drivers that
7 enables Realtek IEEE 802.11ac wireless chipsets.
8
9 If you choose to build a module, it'll be called rtw88.
10
11if RTW88
12
13config RTW88_CORE
14 tristate
15
16config RTW88_PCI
17 tristate
18
19config RTW88_8822B
20 tristate
21
19config RTW88_8822C
20 tristate
21
22config RTW88_8822BE
22config RTW88_8822C
23 tristate
24
25config RTW88_8822BE
23 bool "Realtek 8822BE PCI wireless network adapter"
26 tristate "Realtek 8822BE PCI wireless network adapter"
24 depends on PCI
25 select RTW88_CORE
26 select RTW88_PCI
27 depends on PCI
28 select RTW88_CORE
29 select RTW88_PCI
30 select RTW88_8822B
27 help
28 Select this option will enable support for 8822BE chipset
29
30 802.11ac PCIe wireless network adapter
31
32config RTW88_8822CE
33 tristate "Realtek 8822CE PCI wireless network adapter"
34 depends on PCI

--- 35 unchanged lines hidden ---
31 help
32 Select this option will enable support for 8822BE chipset
33
34 802.11ac PCIe wireless network adapter
35
36config RTW88_8822CE
37 tristate "Realtek 8822CE PCI wireless network adapter"
38 depends on PCI

--- 35 unchanged lines hidden ---