summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-03-17 20:50:17 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-26 01:41:25 +0000
commit74a741a66cf5fdd24e285fce563e37481180f393 (patch)
tree4661db569d961160e90a60ccab7633d9366c1105 /zephyr/Kconfig
parent85e4baf0c1b69d3a849c807ad18717e29b440b0a (diff)
downloadchrome-ec-74a741a66cf5fdd24e285fce563e37481180f393.tar.gz
npcx: eSPI: add config option to zephyr kconfig
This adds the new CONFIG_HOSTCMD_ESPI_RESET_SLP_SX_VW_ON_ESPI_RST config option to the zephyr kconfig tree. BRANCH=none BUG=b:179977907,b:183148073 TEST=new config option is no longer flagged as missing Change-Id: I0de404ea164933aa9c1222f09f1dd7ef7a3dbb0c Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2771741 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
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