0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config MT76x0_COMMON
0003 tristate
0004 select MT76x02_LIB
0005
0006 config MT76x0U
0007 tristate "MediaTek MT76x0U (USB) support"
0008 select MT76x0_COMMON
0009 select MT76x02_USB
0010 depends on MAC80211
0011 depends on USB
0012 help
0013 This adds support for MT7610U-based wireless USB 2.0 dongles,
0014 which comply with IEEE 802.11ac standards and support 1x1
0015 433Mbps PHY rate.
0016
0017 To compile this driver as a module, choose M here.
0018
0019 config MT76x0E
0020 tristate "MediaTek MT76x0E (PCIe) support"
0021 select MT76x0_COMMON
0022 depends on MAC80211
0023 depends on PCI
0024 help
0025 This adds support for MT7610/MT7630-based wireless PCIe devices,
0026 which comply with IEEE 802.11ac standards and support 1x1
0027 433Mbps PHY rate.
0028
0029 To compile this driver as a module, choose M here.