summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 4c3dc5849a..c9f447c05c 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -341,6 +341,15 @@ config PLATFORM_EC_ESPI_VW_SLP_S4
For power sequencing, use an eSPI virtual wire instead of
defining GPIO_PCH_SLP_S4 in gpio_map.h.
+config PLATFORM_EC_ESPI_RESET_SLP_SX_VW_ON_ESPI_RST
+ bool "Reset SLP VW signals on eSPI reset"
+ help
+ Enable this config to reset SLP* VW when eSPI_RST is asserted
+ for the Global Reset event case. Don't enable this config if
+ the platform implements the Deep-Sx entry as EC needs to
+ maintain these pins' states per request. Note that this is
+ currently unimplemented for Zephyr. Please see b/183148073.
+
endif # PLATFORM_EC_ESPI
config PLATFORM_EC_EXTPOWER_GPIO