summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/Kconfig1
-rw-r--r--zephyr/projects/volteer/delbin/prj.conf1
-rw-r--r--zephyr/projects/volteer/volteer/prj.conf1
3 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index fffad02861..6866bb35bc 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -545,7 +545,6 @@ config PLATFORM_EC_SYSTEM_UNLOCKED
config PLATFORM_EC_THROTTLE_AP
bool "CPU throttling"
- default y if PLATFORM_EC_POWERSEQ
help
Enable throttling the CPU based on the temperature sensors. When they
detect that the CPU is getting too hot, the CPU is throttled to
diff --git a/zephyr/projects/volteer/delbin/prj.conf b/zephyr/projects/volteer/delbin/prj.conf
index 47dc621a3a..12dbc775c8 100644
--- a/zephyr/projects/volteer/delbin/prj.conf
+++ b/zephyr/projects/volteer/delbin/prj.conf
@@ -24,6 +24,7 @@ CONFIG_AP=y
CONFIG_AP_X86_INTEL_TGL=y
CONFIG_PLATFORM_EC_POWERSEQ=y
CONFIG_PLATFORM_EC_POWERSEQ_RTC_RESET=y
+CONFIG_PLATFORM_EC_THROTTLE_AP=y
# TODO(b/180410072): bringup these features
CONFIG_PLATFORM_EC_BOARD_VERSION=n
diff --git a/zephyr/projects/volteer/volteer/prj.conf b/zephyr/projects/volteer/volteer/prj.conf
index 0726a58f84..aa9b8ace51 100644
--- a/zephyr/projects/volteer/volteer/prj.conf
+++ b/zephyr/projects/volteer/volteer/prj.conf
@@ -58,6 +58,7 @@ CONFIG_PLATFORM_EC_POWERSEQ=y
CONFIG_PLATFORM_EC_POWERSEQ_RTC_RESET=y
CONFIG_PLATFORM_EC_POWERSEQ_S0IX=y
CONFIG_PLATFORM_EC_POWER_SLEEP_FAILURE_DETECTION=y
+CONFIG_PLATFORM_EC_THROTTLE_AP=y
# PWM
CONFIG_PWM=y