linux/drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2config MT76x0_COMMON
   3        tristate
   4        select MT76x02_LIB
   5
   6config MT76x0U
   7        tristate "MediaTek MT76x0U (USB) support"
   8        select MT76x0_COMMON
   9        select MT76x02_USB
  10        depends on MAC80211
  11        depends on USB
  12        help
  13          This adds support for MT7610U-based wireless USB 2.0 dongles,
  14          which comply with IEEE 802.11ac standards and support 1x1
  15          433Mbps PHY rate.
  16
  17          To compile this driver as a module, choose M here.
  18
  19config MT76x0E
  20        tristate "MediaTek MT76x0E (PCIe) support"
  21        select MT76x0_COMMON
  22        depends on MAC80211
  23        depends on PCI
  24        help
  25          This adds support for MT7610/MT7630-based wireless PCIe devices,
  26          which comply with IEEE 802.11ac standards and support 1x1
  27          433Mbps PHY rate.
  28
  29          To compile this driver as a module, choose M here.
  30