Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) Kconfig (14820388aafb10cd051b0883e92326f5f2012ed4)
1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2menuconfig RTW89
3 tristate "Realtek 802.11ax 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.11ax wireless chipsets.
8
9 If you choose to build a module, it'll be called rtw89.
10
11if RTW89
12
13config RTW89_CORE
14 tristate
15
16config RTW89_PCI
17 tristate
18
1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2menuconfig RTW89
3 tristate "Realtek 802.11ax 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.11ax wireless chipsets.
8
9 If you choose to build a module, it'll be called rtw89.
10
11if RTW89
12
13config RTW89_CORE
14 tristate
15
16config RTW89_PCI
17 tristate
18
19config RTW89_8851B
20 tristate
21
19config RTW89_8852A
20 tristate
21
22config RTW89_8852B
23 tristate
24
25config RTW89_8852C
26 tristate
27
22config RTW89_8852A
23 tristate
24
25config RTW89_8852B
26 tristate
27
28config RTW89_8852C
29 tristate
30
31config RTW89_8851BE
32 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
33 depends on PCI
34 select RTW89_CORE
35 select RTW89_PCI
36 select RTW89_8851B
37 help
38 Select this option will enable support for 8851BE chipset
39
40 802.11ax PCIe wireless network (Wi-Fi 6) adapter
41
28config RTW89_8852AE
29 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter"
30 depends on PCI
31 select RTW89_CORE
32 select RTW89_PCI
33 select RTW89_8852A
34 help
35 Select this option will enable support for 8852AE chipset

--- 47 unchanged lines hidden ---
42config RTW89_8852AE
43 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter"
44 depends on PCI
45 select RTW89_CORE
46 select RTW89_PCI
47 select RTW89_8852A
48 help
49 Select this option will enable support for 8852AE chipset

--- 47 unchanged lines hidden ---