Kconfig (a1ff5a7d78a036d6c2178ee5acd6ba4946243800) | Kconfig (d523dc49d13e8853b30ac7c5056bb506bbef1bcc) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2menuconfig RTW89 3 tristate "Realtek 802.11ax 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.11ax wireless chipsets. 8 9 If you choose to build a module, it'll be called rtw89. 10 11if RTW89 12 13config RTW89_CORE 14 tristate | 1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2menuconfig RTW89 3 tristate "Realtek 802.11ax 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.11ax wireless chipsets. 8 9 If you choose to build a module, it'll be called rtw89. 10 11if RTW89 12 13config RTW89_CORE 14 tristate |
15 select WANT_DEV_COREDUMP |
|
15 16config RTW89_PCI 17 tristate 18 19config RTW89_8851B 20 tristate 21 22config RTW89_8852A --- 93 unchanged lines hidden --- | 16 17config RTW89_PCI 18 tristate 19 20config RTW89_8851B 21 tristate 22 23config RTW89_8852A --- 93 unchanged lines hidden --- |