57 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config MT7615_COMMON4 tristate5 select WANT_DEV_COREDUMP6 select MT76_CONNAC_LIB7 8config MT7615E9 tristate "MediaTek MT7615E and MT7663E (PCIe) support"10 select MT7615_COMMON11 depends on MAC8021112 depends on PCI13 help14 This adds support for MT7615-based PCIe wireless devices,15 which support concurrent dual-band operation at both 5GHz16 and 2.4GHz, IEEE 802.11ac 4x4:4SS 1733Mbps PHY rate, wave217 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_WMAC22 bool "MT7622 (SoC) WMAC support"23 depends on MT7615E24 depends on ARCH_MEDIATEK || COMPILE_TEST25 select REGMAP26 default y27 help28 This adds support for the built-in WMAC on MT7622 SoC devices29 which has the same feature set as a MT7615, but limited to30 2.4 GHz only.31 32config MT7663_USB_SDIO_COMMON33 tristate34 select MT7615_COMMON35 36config MT7663U37 tristate "MediaTek MT7663U (USB) support"38 select MT76_USB39 select MT7663_USB_SDIO_COMMON40 depends on MAC8021141 depends on USB42 help43 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 MT7663S48 tristate "MediaTek MT7663S (SDIO) support"49 select MT76_SDIO50 select MT7663_USB_SDIO_COMMON51 depends on MAC8021152 depends on MMC53 help54 This adds support for MT7663S 802.11ac 2x2:2 wireless devices.55 56 To compile this driver as a module, choose M here.57