1# SPDX-License-Identifier: GPL-2.0-only
2
3config MT7615_COMMON
4	tristate
5	select MT76_CORE
6
7config MT7615E
8	tristate "MediaTek MT7615E and MT7663E (PCIe) support"
9	select MT7615_COMMON
10	depends on MAC80211
11	depends on PCI
12	help
13	  This adds support for MT7615-based wireless PCIe devices,
14	  which support concurrent dual-band operation at both 5GHz
15	  and 2.4GHz, IEEE 802.11ac 4x4:4SS 1733Mbps PHY rate, wave2
16	  MU-MIMO up to 4 users/group and 160MHz channels.
17
18	  To compile this driver as a module, choose M here.
19
20config MT7622_WMAC
21	bool "MT7622 (SoC) WMAC support"
22	depends on MT7615E
23	depends on ARCH_MEDIATEK || COMPILE_TEST
24	select REGMAP
25	default y
26	help
27	  This adds support for the built-in WMAC on MT7622 SoC devices
28	  which has the same feature set as a MT7615, but limited to
29	  2.4 GHz only.
30
31config MT7663_USB_SDIO_COMMON
32	tristate
33	select MT7615_COMMON
34
35config MT7663U
36	tristate "MediaTek MT7663U (USB) support"
37	select MT76_USB
38	select MT7663_USB_SDIO_COMMON
39	depends on MAC80211
40	depends on USB
41	help
42	  This adds support for MT7663U 802.11ac 2x2:2 wireless devices.
43
44	  To compile this driver as a module, choose M here.
45
46config MT7663S
47	tristate "MediaTek MT7663S (SDIO) support"
48	select MT76_SDIO
49	select MT7663_USB_SDIO_COMMON
50	depends on MAC80211
51	depends on MMC
52	help
53	  This adds support for MT7663S 802.11ac 2x2:2 wireless devices.
54
55	  To compile this driver as a module, choose M here.
56