cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (739B)


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