summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.powerseq
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.powerseq')
-rw-r--r--zephyr/Kconfig.powerseq14
1 files changed, 7 insertions, 7 deletions
diff --git a/zephyr/Kconfig.powerseq b/zephyr/Kconfig.powerseq
index 320c08ee78..c01a6742c8 100644
--- a/zephyr/Kconfig.powerseq
+++ b/zephyr/Kconfig.powerseq
@@ -42,6 +42,13 @@ config PLATFORM_EC_HOSTCMD_AP_RESET
Warning: This command skips the normal reset mechanism on the AP and
may leave data unsaved.
+config PLATFORM_EC_POWERSEQ_PP5000_CONTROL
+ bool "Enable a task-safe way to control the PP5000 rail"
+ default y
+ help
+ Guard access to the PP5000 GPIO using mutex locks, allowing
+ the rail to be changed in a task-safe manner.
+
menuconfig PLATFORM_EC_POWERSEQ_INTEL
bool "Enable shimming common Intel power sequencing code"
depends on AP_X86_INTEL
@@ -60,13 +67,6 @@ config PLATFORM_EC_POWERSEQ_CPU_PROCHOT_ACTIVE_LOW
If CPU_PROCHOT should be treated as active-low, enable this
configuration option.
-config PLATFORM_EC_POWERSEQ_PP5000_CONTROL
- bool "Enable a task-safe way to control the PP5000 rail"
- default y
- help
- Guard access to the PP5000 GPIO using mutex locks, allowing
- the rail to be changed in a task-safe manner.
-
config PLATFORM_EC_POWERSEQ_RSMRST_DELAY
bool "Wait at least 10ms before deasserting RSMRST to PCH"
default y if AP_X86_INTEL_TGL