1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2e90354e0SLorenzo Bianconi
3e90354e0SLorenzo Bianconiconfig MT7615_COMMON
4e90354e0SLorenzo Bianconi	tristate
5d2bf7959SLorenzo Bianconi	select WANT_DEV_COREDUMP
6d0e274afSLorenzo Bianconi	select MT76_CONNAC_LIB
7e90354e0SLorenzo Bianconi
804b8e659SRyder Leeconfig MT7615E
918ab1d7aSSean Wang	tristate "MediaTek MT7615E and MT7663E (PCIe) support"
10e90354e0SLorenzo Bianconi	select MT7615_COMMON
1104b8e659SRyder Lee	depends on MAC80211
1204b8e659SRyder Lee	depends on PCI
1304b8e659SRyder Lee	help
14*5d7cf67fSAlan Stern	  This adds support for MT7615-based PCIe wireless devices,
1506413abeSRyder Lee	  which support concurrent dual-band operation at both 5GHz
1606413abeSRyder Lee	  and 2.4GHz, IEEE 802.11ac 4x4:4SS 1733Mbps PHY rate, wave2
1706413abeSRyder Lee	  MU-MIMO up to 4 users/group and 160MHz channels.
1806413abeSRyder Lee
1906413abeSRyder Lee	  To compile this driver as a module, choose M here.
208351943dSFelix Fietkau
218351943dSFelix Fietkauconfig MT7622_WMAC
228351943dSFelix Fietkau	bool "MT7622 (SoC) WMAC support"
238351943dSFelix Fietkau	depends on MT7615E
248351943dSFelix Fietkau	depends on ARCH_MEDIATEK || COMPILE_TEST
258351943dSFelix Fietkau	select REGMAP
268351943dSFelix Fietkau	default y
278351943dSFelix Fietkau	help
288351943dSFelix Fietkau	  This adds support for the built-in WMAC on MT7622 SoC devices
298351943dSFelix Fietkau	  which has the same feature set as a MT7615, but limited to
308351943dSFelix Fietkau	  2.4 GHz only.
31eb99cc95SLorenzo Bianconi
3290520afbSLorenzo Bianconiconfig MT7663_USB_SDIO_COMMON
3390520afbSLorenzo Bianconi	tristate
3490520afbSLorenzo Bianconi	select MT7615_COMMON
3590520afbSLorenzo Bianconi
36eb99cc95SLorenzo Bianconiconfig MT7663U
37eb99cc95SLorenzo Bianconi	tristate "MediaTek MT7663U (USB) support"
38eb99cc95SLorenzo Bianconi	select MT76_USB
3990520afbSLorenzo Bianconi	select MT7663_USB_SDIO_COMMON
40eb99cc95SLorenzo Bianconi	depends on MAC80211
41eb99cc95SLorenzo Bianconi	depends on USB
42eb99cc95SLorenzo Bianconi	help
43642023d0SSean Wang	  This adds support for MT7663U 802.11ac 2x2:2 wireless devices.
44eb99cc95SLorenzo Bianconi
45eb99cc95SLorenzo Bianconi	  To compile this driver as a module, choose M here.
46a66cbdd6SSean Wang
47a66cbdd6SSean Wangconfig MT7663S
48a66cbdd6SSean Wang	tristate "MediaTek MT7663S (SDIO) support"
49a66cbdd6SSean Wang	select MT76_SDIO
50a66cbdd6SSean Wang	select MT7663_USB_SDIO_COMMON
51a66cbdd6SSean Wang	depends on MAC80211
52a66cbdd6SSean Wang	depends on MMC
53a66cbdd6SSean Wang	help
54a66cbdd6SSean Wang	  This adds support for MT7663S 802.11ac 2x2:2 wireless devices.
55a66cbdd6SSean Wang
56a66cbdd6SSean Wang	  To compile this driver as a module, choose M here.
57