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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Uncore Frquency control drivers
      4#
      5
      6menu "Intel Uncore Frequency Control"
      7	depends on X86_64 || COMPILE_TEST
      8
      9config INTEL_UNCORE_FREQ_CONTROL
     10	tristate "Intel Uncore frequency control driver"
     11	depends on X86_64
     12	help
     13	  This driver allows control of Uncore frequency limits on
     14	  supported server platforms.
     15
     16	  Uncore frequency controls RING/LLC (last-level cache) clocks.
     17
     18	  To compile this driver as a module, choose M here: the module
     19	  will be called intel-uncore-frequency.
     20
     21endmenu