summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.powerseq
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.powerseq')
-rw-r--r--zephyr/Kconfig.powerseq9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/Kconfig.powerseq b/zephyr/Kconfig.powerseq
index 7865a6b8e2..15f96f2536 100644
--- a/zephyr/Kconfig.powerseq
+++ b/zephyr/Kconfig.powerseq
@@ -48,6 +48,15 @@ config PLATFORM_EC_POWER_SLEEP_FAILURE_DETECTION
Failure information is reported via the EC_CMD_HOST_SLEEP_EVENT host
command.
+config PLATFORM_EC_POWERSEQ_S0IX_COUNTER
+ bool "Enable S0ix counter"
+ depends on PLATFORM_EC_POWERSEQ_S0IX
+ depends on PLATFORM_EC_POWERSEQ_HOST_SLEEP
+ default y
+ help
+ Enables counter which increases at every transitions to S0ix state.
+ Counter can be read via host command.
+
config PLATFORM_EC_HOSTCMD_AP_RESET
bool "Host command: EC_CMD_AP_RESET"
depends on PLATFORM_EC_HOSTCMD