summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.espi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.espi')
-rw-r--r--zephyr/Kconfig.espi10
1 files changed, 8 insertions, 2 deletions
diff --git a/zephyr/Kconfig.espi b/zephyr/Kconfig.espi
index 81b9f11e57..92c55b8884 100644
--- a/zephyr/Kconfig.espi
+++ b/zephyr/Kconfig.espi
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-if PLATFORM_EC_ESPI
+if PLATFORM_EC_HOST_INTERFACE_ESPI
config PLATFORM_EC_ESPI_VW_SLP_S3
bool "SLP_S3 is an eSPI virtual wire instead of a GPIO"
@@ -16,6 +16,12 @@ 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_VW_SLP_S5
+ bool "SLP_S5 is an eSPI virtual wire instead of an alias for SLP_S4"
+ help
+ For power sequencing, use an eSPI virtual wire to read the SLP_S5 line,
+ as opposed to merging it into the same net as SLP_S4.
+
config PLATFORM_EC_ESPI_RESET_SLP_SX_VW_ON_ESPI_RST
bool "Reset SLP VW signals on eSPI reset"
help
@@ -25,4 +31,4 @@ config PLATFORM_EC_ESPI_RESET_SLP_SX_VW_ON_ESPI_RST
maintain these pins' states per request. Note that this is
currently unimplemented for Zephyr. Please see b/183148073.
-endif # PLATFORM_EC_ESPI \ No newline at end of file
+endif # PLATFORM_EC_HOST_INTERFACE_ESPI \ No newline at end of file