Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | Kconfig (65371a3f14e73979958aea0db1e3bb456a296149) |
---|---|
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 9 If you choose to build a module, it'll be called rtw88. 10 11if RTW88 12 13config RTW88_CORE 14 tristate 15 16config RTW88_PCI 17 tristate 18 | 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 9 If you choose to build a module, it'll be called rtw88. 10 11if RTW88 12 13config RTW88_CORE 14 tristate 15 16config RTW88_PCI 17 tristate 18 |
19config RTW88_SDIO 20 tristate 21 |
|
19config RTW88_USB 20 tristate 21 22config RTW88_8822B 23 tristate 24 25config RTW88_8822C 26 tristate --- 112 unchanged lines hidden --- | 22config RTW88_USB 23 tristate 24 25config RTW88_8822B 26 tristate 27 28config RTW88_8822C 29 tristate --- 112 unchanged lines hidden --- |