Kconfig (87a0b2fafc09766d8c55461a18345a1cfb10a7fe) | Kconfig (861e58c8fc6be0e1319525b5e9a27a0d2e776210) |
---|---|
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_8852A 20 tristate 21 |
|
19config RTW89_8852AE 20 tristate "Realtek 8852AE PCI wireless network adapter" 21 depends on PCI 22 select RTW89_CORE 23 select RTW89_PCI | 22config RTW89_8852AE 23 tristate "Realtek 8852AE PCI wireless network adapter" 24 depends on PCI 25 select RTW89_CORE 26 select RTW89_PCI |
27 select RTW89_8852A |
|
24 help 25 Select this option will enable support for 8852AE chipset 26 27 802.11ax PCIe wireless network adapter 28 29config RTW89_DEBUG 30 bool 31 --- 19 unchanged lines hidden --- | 28 help 29 Select this option will enable support for 8852AE chipset 30 31 802.11ax PCIe wireless network adapter 32 33config RTW89_DEBUG 34 bool 35 --- 19 unchanged lines hidden --- |