summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/power_limit/Kconfig
blob: 7e744c7b2e03e7d955266d21fc150889e276ba9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SPDX-License-Identifier: GPL-2.0-only

config SOC_INTEL_COMMON_BLOCK_POWER_LIMIT
	bool
	default n
	help
	  This option allows to configure processor power limit values.

config SOC_INTEL_RAPL_DISABLE_VIA_MCHBAR
	bool
	default n
	help
	  Select if disabling Running Average Power Limit (RAPL) has to be done via MCHBAR.

config SOC_INTEL_COMMON_BLOCK_VARIANT_POWER_LIMIT
	bool
	default n
	help
	  This option allows to configure processor power limit values
	  for different variants based on CPU TDP and machine id.