1# SPDX-License-Identifier: GPL-2.0-only
2config MT7615E
3	tristate "MediaTek MT7615E (PCIe) support"
4	select MT76_CORE
5	depends on MAC80211
6	depends on PCI
7	help
8	  This adds support for MT7615-based wireless PCIe devices,
9	  which support concurrent dual-band operation at both 5GHz
10	  and 2.4GHz, IEEE 802.11ac 4x4:4SS 1733Mbps PHY rate, wave2
11	  MU-MIMO up to 4 users/group and 160MHz channels.
12
13	  To compile this driver as a module, choose M here.
14
15config MT7622_WMAC
16	bool "MT7622 (SoC) WMAC support"
17	depends on MT7615E
18	depends on ARCH_MEDIATEK || COMPILE_TEST
19	select REGMAP
20	default y
21	help
22	  This adds support for the built-in WMAC on MT7622 SoC devices
23	  which has the same feature set as a MT7615, but limited to
24	  2.4 GHz only.
25