Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) Kconfig (5d7cf67f72ae34d38e090bdfa673da4aefe4048e)
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
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,
13 This adds support for MT7610U-based USB 2.0 wireless 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
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,
25 This adds support for MT7610/MT7630-based PCIe wireless 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.
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.