26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Uncore Frquency control drivers4#5 6menu "Intel Uncore Frequency Control"7 depends on X86_64 || COMPILE_TEST8 9config INTEL_UNCORE_FREQ_CONTROL_TPMI10 tristate11 12config INTEL_UNCORE_FREQ_CONTROL13 tristate "Intel Uncore frequency control driver"14 depends on X86_6415 select INTEL_UNCORE_FREQ_CONTROL_TPMI if INTEL_TPMI16 help17 This driver allows control of Uncore frequency limits on18 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 module23 will be called intel-uncore-frequency.24 25endmenu26