xref: /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/Kconfig (revision 8ba4d145d351db26e07695b8e90697398c5dfec2)
16c92544dSBjoern A. Zeeb# SPDX-License-Identifier: ISC
26c92544dSBjoern A. Zeebconfig MT7915E
36c92544dSBjoern A. Zeeb	tristate "MediaTek MT7915E (PCIe) support"
46c92544dSBjoern A. Zeeb	select MT76_CONNAC_LIB
5cbb3ec25SBjoern A. Zeeb	select WANT_DEV_COREDUMP
66c92544dSBjoern A. Zeeb	depends on MAC80211
76c92544dSBjoern A. Zeeb	depends on PCI
86c92544dSBjoern A. Zeeb	select RELAY
96c92544dSBjoern A. Zeeb	help
10*8ba4d145SBjoern A. Zeeb	  This adds support for MT7915-based PCIe wireless devices,
116c92544dSBjoern A. Zeeb	  which support concurrent dual-band operation at both 5GHz
126c92544dSBjoern A. Zeeb	  and 2.4GHz IEEE 802.11ax 4x4:4SS 1024-QAM, 160MHz channels,
136c92544dSBjoern A. Zeeb	  OFDMA, spatial reuse and dual carrier modulation.
146c92544dSBjoern A. Zeeb
156c92544dSBjoern A. Zeeb	  To compile this driver as a module, choose M here.
166c92544dSBjoern A. Zeeb
17cbb3ec25SBjoern A. Zeebconfig MT798X_WMAC
18cbb3ec25SBjoern A. Zeeb	bool "MT798x (SoC) WMAC support"
196c92544dSBjoern A. Zeeb	depends on MT7915E
206c92544dSBjoern A. Zeeb	depends on ARCH_MEDIATEK || COMPILE_TEST
216c92544dSBjoern A. Zeeb	select REGMAP
226c92544dSBjoern A. Zeeb	help
23cbb3ec25SBjoern A. Zeeb	  This adds support for the built-in WMAC on MT7981 and MT7986 SoC device
246c92544dSBjoern A. Zeeb	  which has the same feature set as a MT7915, but enables 6E
256c92544dSBjoern A. Zeeb	  support.
26