Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Uncore Frquency control drivers
0004 #
0005 
0006 menu "Intel Uncore Frequency Control"
0007         depends on X86_64 || COMPILE_TEST
0008 
0009 config INTEL_UNCORE_FREQ_CONTROL
0010         tristate "Intel Uncore frequency control driver"
0011         depends on X86_64
0012         help
0013           This driver allows control of Uncore frequency limits on
0014           supported server platforms.
0015 
0016           Uncore frequency controls RING/LLC (last-level cache) clocks.
0017 
0018           To compile this driver as a module, choose M here: the module
0019           will be called intel-uncore-frequency.
0020 
0021 endmenu