summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.espi
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-13 17:27:54 -0600
committerCommit Bot <commit-bot@chromium.org>2021-12-17 00:40:53 +0000
commit41f4a580cb8a7d148ae7e3260d567f3c02a554ca (patch)
tree8c9b768d322996e8ee1ffcf144d8239d1ea01a82 /zephyr/Kconfig.espi
parent0e06f56b56f5cee5e4604113b6da7d28798391fb (diff)
downloadchrome-ec-41f4a580cb8a7d148ae7e3260d567f3c02a554ca.tar.gz
zephyr: Rename eSPI configuration to match cros-ec
Rename PLATFORM_EC_ESPI to PLATFORM_EC_HOST_INTERFACE_ESPI to match the cros-ec config CONFIG_HOST_INTERFACE_ESPI. BUG=b:195416058 BRANCH=main TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I30d8448854601c137f54152424c5ddac62a21cce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095844 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.espi')
-rw-r--r--zephyr/Kconfig.espi4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/Kconfig.espi b/zephyr/Kconfig.espi
index f35e4e8360..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"
@@ -31,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