Linux Audio

Check our new training course

Loading...
 1# SPDX-License-Identifier: ISC
 2config MT7925_COMMON
 3	tristate
 4	select MT792x_LIB
 5	select WANT_DEV_COREDUMP
 6
 7config MT7925E
 8	tristate "MediaTek MT7925E (PCIe) support"
 9	select MT7925_COMMON
10	depends on MAC80211
11	depends on PCI
12	help
13	  This adds support for MT7925-based wireless PCIe devices,
14	  which support operation at 6GHz, 5GHz, and 2.4GHz IEEE 802.11be
15	  2x2:2SS 4096-QAM, 160MHz channels.
16
17	  To compile this driver as a module, choose M here.
18
19config MT7925U
20	tristate "MediaTek MT7925U (USB) support"
21	select MT792x_USB
22	select MT7925_COMMON
23	depends on MAC80211
24	depends on USB
25	help
26	  This adds support for MT7925-based wireless USB devices,
27	  which support operation at 6GHz, 5GHz, and 2.4GHz IEEE 802.11be
28	  2x2:2SS 4096-QAM, 160MHz channels.
29
30	  To compile this driver as a module, choose M here.