Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config MT76x2_COMMON
0003         tristate
0004         select MT76x02_LIB
0005 
0006 config MT76x2E
0007         tristate "MediaTek MT76x2E (PCIe) support"
0008         select MT76x2_COMMON
0009         depends on MAC80211
0010         depends on PCI
0011         help
0012           This adds support for MT7612/MT7602/MT7662-based wireless PCIe
0013           devices, which comply with IEEE 802.11ac standards and support
0014           2SS to 866Mbit/s PHY rate.
0015 
0016           To compile this driver as a module, choose M here.
0017 
0018 config MT76x2U
0019         tristate "MediaTek MT76x2U (USB) support"
0020         select MT76x2_COMMON
0021         select MT76x02_USB
0022         depends on MAC80211
0023         depends on USB
0024         help
0025           This adds support for MT7612U-based wireless USB 3.0 dongles,
0026           which comply with IEEE 802.11ac standards and support 2SS to
0027           866Mbit/s PHY rate.
0028 
0029           To compile this driver as a module, choose M here.