]> Git Repo - linux.git/blob - drivers/platform/x86/intel/uncore-frequency/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / platform / x86 / intel / uncore-frequency / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Uncore Frquency control drivers
4 #
5
6 menu "Intel Uncore Frequency Control"
7         depends on X86_64 || COMPILE_TEST
8
9 config INTEL_UNCORE_FREQ_CONTROL_TPMI
10         tristate
11
12 config 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
25 endmenu
This page took 0.035131 seconds and 4 git commands to generate.