Kconfig 791 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: BSD-3-Clause-Clear
  2. config MT7915E
  3. tristate "MediaTek MT7915E (PCIe) support"
  4. select MT76_CONNAC_LIB
  5. select WANT_DEV_COREDUMP
  6. depends on MAC80211
  7. depends on PCI
  8. select RELAY
  9. help
  10. This adds support for MT7915-based PCIe wireless devices,
  11. which support concurrent dual-band operation at both 5GHz
  12. and 2.4GHz IEEE 802.11ax 4x4:4SS 1024-QAM, 160MHz channels,
  13. OFDMA, spatial reuse and dual carrier modulation.
  14. To compile this driver as a module, choose M here.
  15. config MT798X_WMAC
  16. bool "MT798x (SoC) WMAC support"
  17. depends on MT7915E
  18. depends on ARCH_MEDIATEK || COMPILE_TEST
  19. select REGMAP
  20. help
  21. This adds support for the built-in WMAC on MT7981 and MT7986 SoC device
  22. which has the same feature set as a MT7915, but enables 6E
  23. support.