Kconfig (0aea30a07ec6b50de0fc5f5b2ec34a68ead86b61) | Kconfig (7ba49f4c6896d83b3841c0b046a0a7b1e97cc0dd) |
---|---|
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 --- 5 unchanged lines hidden (view full) --- 14 tristate 15 16config RTW89_PCI 17 tristate 18 19config RTW89_8852A 20 tristate 21 | 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 --- 5 unchanged lines hidden (view full) --- 14 tristate 15 16config RTW89_PCI 17 tristate 18 19config RTW89_8852A 20 tristate 21 |
22config RTW89_8852C 23 tristate 24 |
|
22config RTW89_8852AE | 25config RTW89_8852AE |
23 tristate "Realtek 8852AE PCI wireless network adapter" | 26 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter" |
24 depends on PCI 25 select RTW89_CORE 26 select RTW89_PCI 27 select RTW89_8852A 28 help 29 Select this option will enable support for 8852AE chipset 30 | 27 depends on PCI 28 select RTW89_CORE 29 select RTW89_PCI 30 select RTW89_8852A 31 help 32 Select this option will enable support for 8852AE chipset 33 |
31 802.11ax PCIe wireless network adapter | 34 802.11ax PCIe wireless network (Wi-Fi 6) adapter |
32 | 35 |
36config RTW89_8852CE 37 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter" 38 depends on PCI 39 select RTW89_CORE 40 select RTW89_PCI 41 select RTW89_8852C 42 help 43 Select this option will enable support for 8852CE chipset 44 45 802.11ax PCIe wireless network (Wi-Fi 6E) adapter 46 |
|
33config RTW89_DEBUG 34 bool 35 36config RTW89_DEBUGMSG 37 bool "Realtek rtw89 debug message support" 38 depends on RTW89_CORE 39 select RTW89_DEBUG 40 help --- 14 unchanged lines hidden --- | 47config RTW89_DEBUG 48 bool 49 50config RTW89_DEBUGMSG 51 bool "Realtek rtw89 debug message support" 52 depends on RTW89_CORE 53 select RTW89_DEBUG 54 help --- 14 unchanged lines hidden --- |