1# SPDX-License-Identifier: GPL-2.0-only 2config MT76x2_COMMON 3 tristate 4 select MT76x02_LIB 5 6config MT76x2E 7 tristate "MediaTek MT76x2E (PCIe) support" 8 select MT76x2_COMMON 9 depends on MAC80211 10 depends on PCI 11 help 12 This adds support for MT7612/MT7602/MT7662-based PCIe wireless 13 devices, which comply with IEEE 802.11ac standards and support 14 2SS to 866Mbit/s PHY rate. 15 16 To compile this driver as a module, choose M here. 17 18config MT76x2U 19 tristate "MediaTek MT76x2U (USB) support" 20 select MT76x2_COMMON 21 select MT76x02_USB 22 depends on MAC80211 23 depends on USB 24 help 25 This adds support for MT7612U-based USB 3.0 wireless dongles, 26 which comply with IEEE 802.11ac standards and support 2SS to 27 866Mbit/s PHY rate. 28 29 To compile this driver as a module, choose M here. 30