WIP FPC-III support
[linux/fpc-iii.git] / drivers / net / wireless / mediatek / mt76 / mt76x2 / Kconfig
blob5fd4973e32dfb78ed547e92b03585b7eefd9a2d2
1 # SPDX-License-Identifier: GPL-2.0-only
2 config MT76x2_COMMON
3         tristate
4         select MT76x02_LIB
6 config 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 wireless PCIe
13           devices, which comply with IEEE 802.11ac standards and support
14           2SS to 866Mbit/s PHY rate.
16           To compile this driver as a module, choose M here.
18 config 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 wireless USB 3.0 dongles,
26           which comply with IEEE 802.11ac standards and support 2SS to
27           866Mbit/s PHY rate.
29           To compile this driver as a module, choose M here.