# SPDX-License-Identifier: GPL-2.0-only menuconfig [31mCONFIG_RTW88[0m tristate "Realtek 802.11ac wireless chips support" depends on [31mCONFIG_MAC80211[0m help This module adds support for mac80211-based wireless drivers that enables Realtek IEEE 802.11ac wireless chipsets. If you choose to build a module, it'll be called rtw88. if [31mCONFIG_RTW88[0m config [31mCONFIG_RTW88_CORE[0m tristate config [31mCONFIG_RTW88_PCI[0m tristate config [31mCONFIG_RTW88_8822BE[0m bool "Realtek 8822BE PCI wireless network adapter" depends on [31mCONFIG_PCI[0m select [31mCONFIG_RTW88_CORE[0m select [31mCONFIG_RTW88_PCI[0m help Select this option will enable support for 8822BE chipset 802.11ac PCIe wireless network adapter config [31mCONFIG_RTW88_8822CE[0m bool "Realtek 8822CE PCI wireless network adapter" depends on [31mCONFIG_PCI[0m select [31mCONFIG_RTW88_CORE[0m select [31mCONFIG_RTW88_PCI[0m help Select this option will enable support for 8822CE chipset 802.11ac PCIe wireless network adapter config [31mCONFIG_RTW88_DEBUG[0m bool "Realtek rtw88 debug support" depends on [31mCONFIG_RTW88_CORE[0m help Enable debug support If unsure, say Y to simplify debug problems config [31mCONFIG_RTW88_DEBUGFS[0m bool "Realtek rtw88 debugfs support" depends on [31mCONFIG_RTW88_CORE[0m help Enable debug support If unsure, say Y to simplify debug problems endif |