30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config MT76x2_COMMON3 tristate4 select MT76x02_LIB5 6config MT76x2E7 tristate "MediaTek MT76x2E (PCIe) support"8 select MT76x2_COMMON9 depends on MAC8021110 depends on PCI11 help12 This adds support for MT7612/MT7602/MT7662-based PCIe wireless13 devices, which comply with IEEE 802.11ac standards and support14 2SS to 866Mbit/s PHY rate.15 16 To compile this driver as a module, choose M here.17 18config MT76x2U19 tristate "MediaTek MT76x2U (USB) support"20 select MT76x2_COMMON21 select MT76x02_USB22 depends on MAC8021123 depends on USB24 help25 This adds support for MT7612U-based USB 3.0 wireless dongles,26 which comply with IEEE 802.11ac standards and support 2SS to27 866Mbit/s PHY rate.28 29 To compile this driver as a module, choose M here.30