209 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig RTW883 tristate "Realtek 802.11ac wireless chips support"4 depends on MAC802115 help6 This module adds support for mac80211-based wireless drivers that7 enables Realtek IEEE 802.11ac wireless chipsets.8 9 If you choose to build a module, it'll be called rtw88.10 11if RTW8812 13config RTW88_CORE14 tristate15 select WANT_DEV_COREDUMP16 17config RTW88_PCI18 tristate19 20config RTW88_SDIO21 tristate22 23config RTW88_USB24 tristate25 26config RTW88_8822B27 tristate28 29config RTW88_8822C30 tristate31 32config RTW88_8723X33 tristate34 35config RTW88_8703B36 tristate37 select RTW88_8723X38 39config RTW88_8723D40 tristate41 select RTW88_8723X42 43config RTW88_8821C44 tristate45 46config RTW88_8822BE47 tristate "Realtek 8822BE PCI wireless network adapter"48 depends on PCI49 select RTW88_CORE50 select RTW88_PCI51 select RTW88_8822B52 help53 Select this option will enable support for 8822BE chipset54 55 802.11ac PCIe wireless network adapter56 57config RTW88_8822BS58 tristate "Realtek 8822BS SDIO wireless network adapter"59 depends on MMC60 select RTW88_CORE61 select RTW88_SDIO62 select RTW88_8822B63 help64 Select this option will enable support for 8822BS chipset65 66 802.11ac SDIO wireless network adapter67 68config RTW88_8822BU69 tristate "Realtek 8822BU USB wireless network adapter"70 depends on USB71 select RTW88_CORE72 select RTW88_USB73 select RTW88_8822B74 help75 Select this option will enable support for 8822BU chipset76 77 802.11ac USB wireless network adapter78 79config RTW88_8822CE80 tristate "Realtek 8822CE PCI wireless network adapter"81 depends on PCI82 select RTW88_CORE83 select RTW88_PCI84 select RTW88_8822C85 help86 Select this option will enable support for 8822CE chipset87 88 802.11ac PCIe wireless network adapter89 90config RTW88_8822CS91 tristate "Realtek 8822CS SDIO wireless network adapter"92 depends on MMC93 select RTW88_CORE94 select RTW88_SDIO95 select RTW88_8822C96 help97 Select this option will enable support for 8822CS chipset98 99 802.11ac SDIO wireless network adapter100 101config RTW88_8822CU102 tristate "Realtek 8822CU USB wireless network adapter"103 depends on USB104 select RTW88_CORE105 select RTW88_USB106 select RTW88_8822C107 help108 Select this option will enable support for 8822CU chipset109 110 802.11ac USB wireless network adapter111 112config RTW88_8723DE113 tristate "Realtek 8723DE PCI wireless network adapter"114 depends on PCI115 select RTW88_CORE116 select RTW88_PCI117 select RTW88_8723D118 help119 Select this option will enable support for 8723DE chipset120 121 802.11n PCIe wireless network adapter122 123config RTW88_8723DS124 tristate "Realtek 8723DS SDIO wireless network adapter"125 depends on MMC126 select RTW88_CORE127 select RTW88_SDIO128 select RTW88_8723D129 help130 Select this option will enable support for 8723DS chipset131 132 802.11n SDIO wireless network adapter133 134config RTW88_8723CS135 tristate "Realtek 8723CS SDIO wireless network adapter"136 depends on MMC137 select RTW88_CORE138 select RTW88_SDIO139 select RTW88_8703B140 help141 Select this option to enable support for 8723CS chipset (EXPERIMENTAL)142 143 This module adds support for the 8723CS 802.11n SDIO144 wireless network adapter.145 146 If you choose to build a module, it'll be called rtw88_8723cs.147 148config RTW88_8723DU149 tristate "Realtek 8723DU USB wireless network adapter"150 depends on USB151 select RTW88_CORE152 select RTW88_USB153 select RTW88_8723D154 help155 Select this option will enable support for 8723DU chipset156 157 802.11n USB wireless network adapter158 159config RTW88_8821CE160 tristate "Realtek 8821CE PCI wireless network adapter"161 depends on PCI162 select RTW88_CORE163 select RTW88_PCI164 select RTW88_8821C165 help166 Select this option will enable support for 8821CE chipset167 168 802.11ac PCIe wireless network adapter169 170config RTW88_8821CS171 tristate "Realtek 8821CS SDIO wireless network adapter"172 depends on MMC173 select RTW88_CORE174 select RTW88_SDIO175 select RTW88_8821C176 help177 Select this option will enable support for 8821CS chipset178 179 802.11ac SDIO wireless network adapter180 181config RTW88_8821CU182 tristate "Realtek 8821CU USB wireless network adapter"183 depends on USB184 select RTW88_CORE185 select RTW88_USB186 select RTW88_8821C187 help188 Select this option will enable support for 8821CU chipset189 190 802.11ac USB wireless network adapter191 192config RTW88_DEBUG193 bool "Realtek rtw88 debug support"194 depends on RTW88_CORE195 help196 Enable debug support197 198 If unsure, say Y to simplify debug problems199 200config RTW88_DEBUGFS201 bool "Realtek rtw88 debugfs support"202 depends on RTW88_CORE203 help204 Enable debug support205 206 If unsure, say Y to simplify debug problems207 208endif209