Kconfig (0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99) | Kconfig (5a72e198a6e965eb5c658e63711c889430075839) |
---|---|
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 --- 8 unchanged lines hidden (view full) --- 17 tristate 18 19config RTW89_8851B 20 tristate 21 22config RTW89_8852A 23 tristate 24 | 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 --- 8 unchanged lines hidden (view full) --- 17 tristate 18 19config RTW89_8851B 20 tristate 21 22config RTW89_8852A 23 tristate 24 |
25config RTW89_8852B_COMMON 26 tristate 27 |
|
25config RTW89_8852B 26 tristate 27 28config RTW89_8852C 29 tristate 30 31config RTW89_8922A 32 tristate --- 21 unchanged lines hidden (view full) --- 54 802.11ax PCIe wireless network (Wi-Fi 6) adapter 55 56config RTW89_8852BE 57 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter" 58 depends on PCI 59 select RTW89_CORE 60 select RTW89_PCI 61 select RTW89_8852B | 28config RTW89_8852B 29 tristate 30 31config RTW89_8852C 32 tristate 33 34config RTW89_8922A 35 tristate --- 21 unchanged lines hidden (view full) --- 57 802.11ax PCIe wireless network (Wi-Fi 6) adapter 58 59config RTW89_8852BE 60 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter" 61 depends on PCI 62 select RTW89_CORE 63 select RTW89_PCI 64 select RTW89_8852B |
65 select RTW89_8852B_COMMON |
|
62 help 63 Select this option will enable support for 8852BE chipset 64 65 802.11ax PCIe wireless network (Wi-Fi 6) adapter 66 67config RTW89_8852CE 68 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter" 69 depends on PCI --- 42 unchanged lines hidden --- | 66 help 67 Select this option will enable support for 8852BE chipset 68 69 802.11ax PCIe wireless network (Wi-Fi 6) adapter 70 71config RTW89_8852CE 72 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter" 73 depends on PCI --- 42 unchanged lines hidden --- |