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


      1menu "Intel Speed Select Technology interface support"
      2	depends on PCI
      3	depends on X86_64 || COMPILE_TEST
      4
      5config INTEL_SPEED_SELECT_INTERFACE
      6	tristate "Intel(R) Speed Select Technology interface drivers"
      7	help
      8	  This config enables the Intel(R) Speed Select Technology interface
      9	  drivers. The Intel(R) speed select technology features are non
     10	  architectural and only supported on specific Xeon(R) servers.
     11	  These drivers provide interface to directly communicate with hardware
     12	  via MMIO and Mail boxes to enumerate and control all the speed select
     13	  features.
     14
     15	  Enable this config, if there is a need to enable and control the
     16	  Intel(R) Speed Select Technology features from the user space.
     17endmenu