Kconfig (d523dc49d13e8853b30ac7c5056bb506bbef1bcc) | Kconfig (b9cdbb06d4fc4665b3a8a557926bcb09edc92c5f) |
---|---|
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 --- 15 unchanged lines hidden (view full) --- 24 tristate 25 26config RTW89_8852B_COMMON 27 tristate 28 29config RTW89_8852B 30 tristate 31 | 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 --- 15 unchanged lines hidden (view full) --- 24 tristate 25 26config RTW89_8852B_COMMON 27 tristate 28 29config RTW89_8852B 30 tristate 31 |
32config RTW89_8852BT 33 tristate 34 |
|
32config RTW89_8852C 33 tristate 34 35config RTW89_8922A 36 tristate 37 38config RTW89_8851BE 39 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter" --- 24 unchanged lines hidden (view full) --- 64 select RTW89_PCI 65 select RTW89_8852B 66 select RTW89_8852B_COMMON 67 help 68 Select this option will enable support for 8852BE chipset 69 70 802.11ax PCIe wireless network (Wi-Fi 6) adapter 71 | 35config RTW89_8852C 36 tristate 37 38config RTW89_8922A 39 tristate 40 41config RTW89_8851BE 42 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter" --- 24 unchanged lines hidden (view full) --- 67 select RTW89_PCI 68 select RTW89_8852B 69 select RTW89_8852B_COMMON 70 help 71 Select this option will enable support for 8852BE chipset 72 73 802.11ax PCIe wireless network (Wi-Fi 6) adapter 74 |
75config RTW89_8852BTE 76 tristate "Realtek 8852BE-VT PCI wireless network (Wi-Fi 6) adapter" 77 depends on PCI 78 select RTW89_CORE 79 select RTW89_PCI 80 select RTW89_8852BT 81 select RTW89_8852B_COMMON 82 help 83 Select this option will enable support for 8852BE-VT chipset 84 85 802.11ax PCIe wireless network (Wi-Fi 6) adapter 86 |
|
72config RTW89_8852CE 73 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter" 74 depends on PCI 75 select RTW89_CORE 76 select RTW89_PCI 77 select RTW89_8852C 78 help 79 Select this option will enable support for 8852CE chipset --- 37 unchanged lines hidden --- | 87config RTW89_8852CE 88 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter" 89 depends on PCI 90 select RTW89_CORE 91 select RTW89_PCI 92 select RTW89_8852C 93 help 94 Select this option will enable support for 8852CE chipset --- 37 unchanged lines hidden --- |