summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/power_limit/Kconfig
blob: 0e57f1c71c598a6a83048b70833b45b454c50f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.