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 MT7663U 32 tristate "MediaTek MT7663U (USB) support" 33 select MT76_USB 34 select MT7615_COMMON 35 depends on MAC80211 36 depends on USB 37 help 38 This adds support for MT7663U 802.11ax 2x2:2 wireless devices. 39 40 To compile this driver as a module, choose M here. 41