Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) Kconfig (5d7cf67f72ae34d38e090bdfa673da4aefe4048e)
1# SPDX-License-Identifier: GPL-2.0-only
2config MT76x2_COMMON
3 tristate
4 select MT76x02_LIB
5
6config MT76x2E
7 tristate "MediaTek MT76x2E (PCIe) support"
8 select MT76x2_COMMON
9 depends on MAC80211
10 depends on PCI
11 help
1# SPDX-License-Identifier: GPL-2.0-only
2config MT76x2_COMMON
3 tristate
4 select MT76x02_LIB
5
6config 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
12 This adds support for MT7612/MT7602/MT7662-based PCIe wireless
13 devices, which comply with IEEE 802.11ac standards and support
14 2SS to 866Mbit/s PHY rate.
15
16 To compile this driver as a module, choose M here.
17
18config 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
13 devices, which comply with IEEE 802.11ac standards and support
14 2SS to 866Mbit/s PHY rate.
15
16 To compile this driver as a module, choose M here.
17
18config 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,
25 This adds support for MT7612U-based USB 3.0 wireless dongles,
26 which comply with IEEE 802.11ac standards and support 2SS to
27 866Mbit/s PHY rate.
28
29 To compile this driver as a module, choose M here.
26 which comply with IEEE 802.11ac standards and support 2SS to
27 866Mbit/s PHY rate.
28
29 To compile this driver as a module, choose M here.