Kconfig (a82dfd33d1237f6c0fb8a7077022189d1fc7ec98) | Kconfig (aff5ffd718de23cb8603f2e229204670e2644334) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig RTW88 3 tristate "Realtek 802.11ac 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.11ac wireless chipsets. 8 --- 61 unchanged lines hidden (view full) --- 70 select RTW88_CORE 71 select RTW88_PCI 72 select RTW88_8821C 73 help 74 Select this option will enable support for 8821CE chipset 75 76 802.11ac PCIe wireless network adapter 77 | 1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig RTW88 3 tristate "Realtek 802.11ac 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.11ac wireless chipsets. 8 --- 61 unchanged lines hidden (view full) --- 70 select RTW88_CORE 71 select RTW88_PCI 72 select RTW88_8821C 73 help 74 Select this option will enable support for 8821CE chipset 75 76 802.11ac PCIe wireless network adapter 77 |
78config RTW88_8821CU 79 tristate "Realtek 8821CU USB wireless network adapter" 80 depends on USB 81 select RTW88_CORE 82 select RTW88_USB 83 select RTW88_8821C 84 help 85 Select this option will enable support for 8821CU chipset 86 87 802.11ac USB wireless network adapter 88 |
|
78config RTW88_DEBUG 79 bool "Realtek rtw88 debug support" 80 depends on RTW88_CORE 81 help 82 Enable debug support 83 84 If unsure, say Y to simplify debug problems 85 86config RTW88_DEBUGFS 87 bool "Realtek rtw88 debugfs support" 88 depends on RTW88_CORE 89 help 90 Enable debug support 91 92 If unsure, say Y to simplify debug problems 93 94endif | 89config RTW88_DEBUG 90 bool "Realtek rtw88 debug support" 91 depends on RTW88_CORE 92 help 93 Enable debug support 94 95 If unsure, say Y to simplify debug problems 96 97config RTW88_DEBUGFS 98 bool "Realtek rtw88 debugfs support" 99 depends on RTW88_CORE 100 help 101 Enable debug support 102 103 If unsure, say Y to simplify debug problems 104 105endif |