1# SPDX-License-Identifier: ISC 2config MT7915E 3 tristate "MediaTek MT7915E (PCIe) support" 4 select MT76_CONNAC_LIB 5 select WANT_DEV_COREDUMP 6 depends on MAC80211 7 depends on PCI 8 select RELAY 9 help 10 This adds support for MT7915-based wireless PCIe devices, 11 which support concurrent dual-band operation at both 5GHz 12 and 2.4GHz IEEE 802.11ax 4x4:4SS 1024-QAM, 160MHz channels, 13 OFDMA, spatial reuse and dual carrier modulation. 14 15 To compile this driver as a module, choose M here. 16 17config MT7986_WMAC 18 bool "MT7986 (SoC) WMAC support" 19 depends on MT7915E 20 depends on ARCH_MEDIATEK || COMPILE_TEST 21 select REGMAP 22 help 23 This adds support for the built-in WMAC on MT7986 SoC device 24 which has the same feature set as a MT7915, but enables 6E 25 support. 26