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 (890B)


      1# SPDX-License-Identifier: ISC
      2config MT7921_COMMON
      3	tristate
      4	select MT76_CONNAC_LIB
      5	select WANT_DEV_COREDUMP
      6
      7config MT7921E
      8	tristate "MediaTek MT7921E (PCIe) support"
      9	select MT7921_COMMON
     10	depends on MAC80211
     11	depends on PCI
     12	help
     13	  This adds support for MT7921E 802.11ax 2x2:2SS wireless devices.
     14
     15	  To compile this driver as a module, choose M here.
     16
     17config MT7921S
     18	tristate "MediaTek MT7921S (SDIO) support"
     19	select MT76_SDIO
     20	select MT7921_COMMON
     21	depends on MAC80211
     22	depends on MMC
     23	help
     24	  This adds support for MT7921S 802.11ax 2x2:2SS wireless devices.
     25
     26	  To compile this driver as a module, choose M here.
     27
     28config MT7921U
     29	tristate "MediaTek MT7921U (USB) support"
     30	select MT76_USB
     31	select MT7921_COMMON
     32	depends on MAC80211
     33	depends on USB
     34	help
     35	  This adds support for MT7921U 802.11ax 2x2:2SS wireless devices.
     36
     37	  To compile this driver as a module, choose M here.