xref: /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/Kconfig (revision 6c92544d7c9722a3fe6263134938d1f864c158c5)
1*6c92544dSBjoern A. Zeeb# SPDX-License-Identifier: ISC
2*6c92544dSBjoern A. Zeebconfig MT7915E
3*6c92544dSBjoern A. Zeeb	tristate "MediaTek MT7915E (PCIe) support"
4*6c92544dSBjoern A. Zeeb	select MT76_CONNAC_LIB
5*6c92544dSBjoern A. Zeeb	depends on MAC80211
6*6c92544dSBjoern A. Zeeb	depends on PCI
7*6c92544dSBjoern A. Zeeb	select RELAY
8*6c92544dSBjoern A. Zeeb	help
9*6c92544dSBjoern A. Zeeb	  This adds support for MT7915-based wireless PCIe devices,
10*6c92544dSBjoern A. Zeeb	  which support concurrent dual-band operation at both 5GHz
11*6c92544dSBjoern A. Zeeb	  and 2.4GHz IEEE 802.11ax 4x4:4SS 1024-QAM, 160MHz channels,
12*6c92544dSBjoern A. Zeeb	  OFDMA, spatial reuse and dual carrier modulation.
13*6c92544dSBjoern A. Zeeb
14*6c92544dSBjoern A. Zeeb	  To compile this driver as a module, choose M here.
15*6c92544dSBjoern A. Zeeb
16*6c92544dSBjoern A. Zeebconfig MT7986_WMAC
17*6c92544dSBjoern A. Zeeb	bool "MT7986 (SoC) WMAC support"
18*6c92544dSBjoern A. Zeeb	depends on MT7915E
19*6c92544dSBjoern A. Zeeb	depends on ARCH_MEDIATEK || COMPILE_TEST
20*6c92544dSBjoern A. Zeeb	select REGMAP
21*6c92544dSBjoern A. Zeeb	help
22*6c92544dSBjoern A. Zeeb	  This adds support for the built-in WMAC on MT7986 SoC device
23*6c92544dSBjoern A. Zeeb	  which has the same feature set as a MT7915, but enables 6E
24*6c92544dSBjoern A. Zeeb	  support.
25