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_TPMI
10	tristate
11
12config INTEL_UNCORE_FREQ_CONTROL
13	tristate "Intel Uncore frequency control driver"
14	depends on X86_64
15	select INTEL_UNCORE_FREQ_CONTROL_TPMI if INTEL_TPMI
16	help
17	  This driver allows control of Uncore frequency limits on
18	  supported server platforms.
19
20	  Uncore frequency controls RING/LLC (last-level cache) clocks.
21
22	  To compile this driver as a module, choose M here: the module
23	  will be called intel-uncore-frequency.
24
25endmenu
26