31 lines · plain
1# SPDX-License-Identifier: ISC2config MT7925_COMMON3 tristate4 select MT792x_LIB5 select WANT_DEV_COREDUMP6 7config MT7925E8 tristate "MediaTek MT7925E (PCIe) support"9 select MT7925_COMMON10 depends on MAC8021111 depends on PCI12 help13 This adds support for MT7925-based wireless PCIe devices,14 which support operation at 6GHz, 5GHz, and 2.4GHz IEEE 802.11be15 2x2:2SS 4096-QAM, 160MHz channels.16 17 To compile this driver as a module, choose M here.18 19config MT7925U20 tristate "MediaTek MT7925U (USB) support"21 select MT792x_USB22 select MT7925_COMMON23 depends on MAC8021124 depends on USB25 help26 This adds support for MT7925-based wireless USB devices,27 which support operation at 6GHz, 5GHz, and 2.4GHz IEEE 802.11be28 2x2:2SS 4096-QAM, 160MHz channels.29 30 To compile this driver as a module, choose M here.31