summaryrefslogtreecommitdiff
path: root/zephyr/subsys/ap_pwrseq/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/subsys/ap_pwrseq/Kconfig')
-rw-r--r--zephyr/subsys/ap_pwrseq/Kconfig13
1 files changed, 11 insertions, 2 deletions
diff --git a/zephyr/subsys/ap_pwrseq/Kconfig b/zephyr/subsys/ap_pwrseq/Kconfig
index 1de6d7251d..99ad4c819d 100644
--- a/zephyr/subsys/ap_pwrseq/Kconfig
+++ b/zephyr/subsys/ap_pwrseq/Kconfig
@@ -64,10 +64,19 @@ config X86_NON_DSX_PWRSEQ_CONSOLE
This option enables Non Deep Sleep Well power sequencing shell
console commands to debug.
+config AP_PWRSEQ_HOST_SLEEP
+ bool "Handle host sleep state changes"
+ help
+ Enable AP power sequencing to receive and process host command
+ host sleep state changes.
+
config AP_PWRSEQ_S0IX
- bool "Enable S0ix power state"
+ bool "Enable power state S0ix for Intel x86 chipset"
+ select AP_PWRSEQ_HOST_SLEEP
default n
help
- This option enables power state S0ix for Intel x86 chipset.
+ This option enables power state S0ix for Intel x86 chipset. As
+ required, AP_PWRSEQ_HOST_SLEEP for host sleep event handling is
+ enabled.
endif