1menuconfig RTW88 2 tristate "Realtek 802.11ac wireless chips support" 3 depends on MAC80211 4 help 5 This module adds support for mac80211-based wireless drivers that 6 enables Realtek IEEE 802.11ac wireless chipsets. 7 8 If you choose to build a module, it'll be called rtw88. 9 10if RTW88 11 12config RTW88_CORE 13 tristate 14 15config RTW88_PCI 16 tristate 17 18config RTW88_8822BE 19 bool "Realtek 8822BE PCI wireless network adapter" 20 depends on PCI 21 select RTW88_CORE 22 select RTW88_PCI 23 help 24 Select this option will enable support for 8822BE chipset 25 26 802.11ac PCIe wireless network adapter 27 28config RTW88_8822CE 29 bool "Realtek 8822CE PCI wireless network adapter" 30 depends on PCI 31 select RTW88_CORE 32 select RTW88_PCI 33 help 34 Select this option will enable support for 8822CE chipset 35 36 802.11ac PCIe wireless network adapter 37 38config RTW88_DEBUG 39 bool "Realtek rtw88 debug support" 40 depends on RTW88_CORE 41 help 42 Enable debug support 43 44 If unsure, say Y to simplify debug problems 45 46config RTW88_DEBUGFS 47 bool "Realtek rtw88 debugfs support" 48 depends on RTW88_CORE 49 help 50 Enable debug support 51 52 If unsure, say Y to simplify debug problems 53 54endif 55