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