summaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index a9774dc191..2d8838a497 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -342,4 +342,12 @@ config CPU_BCLK_MHZ
int
default 100
+config APL_SKIP_SET_POWER_LIMITS
+ bool
+ default n
+ help
+ Some Apollo Lake mainboards do not need the Running Average Power
+ Limits (RAPL) algorithm for a constant power management.
+ Set this config option to skip the RAPL configuration.
+
endif