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