summaryrefslogtreecommitdiff
path: root/zephyr/projects/npcx_evb/npcx9/prj.conf
diff options
context:
space:
mode:
authorWealian Liao <whliao@nuvoton.corp-partner.google.com>2021-08-05 13:56:24 +0800
committerCommit Bot <commit-bot@chromium.org>2021-08-11 08:56:03 +0000
commit78556393c56bc04b166df341cd06f29e7902c405 (patch)
treefd13be0ce2f32a2a9e2976e0935c1ba809c7a60c /zephyr/projects/npcx_evb/npcx9/prj.conf
parentb1acee1aaaac4ba63a83740ca7d1e2cf7e910843 (diff)
downloadchrome-ec-78556393c56bc04b166df341cd06f29e7902c405.tar.gz
zephyr: npcx_evb: Enable eSPI
This CL enables eSPI for npcx7/9_evb. BUG=none BRANCH=none TEST=Read EC host register by eSPI host emulator. Cq-Depend: chromium:3074381 Signed-off-by: Wealian Liao <whliao@nuvoton.corp-partner.google.com> Change-Id: I9308095eb5cca8fdcd6466fe776d699e3a4a97c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3077761 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/projects/npcx_evb/npcx9/prj.conf')
-rw-r--r--zephyr/projects/npcx_evb/npcx9/prj.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/projects/npcx_evb/npcx9/prj.conf b/zephyr/projects/npcx_evb/npcx9/prj.conf
index fd96658fea..c268df9b24 100644
--- a/zephyr/projects/npcx_evb/npcx9/prj.conf
+++ b/zephyr/projects/npcx_evb/npcx9/prj.conf
@@ -36,6 +36,11 @@ CONFIG_PLATFORM_EC_FAN=y
# Console command
CONFIG_PLATFORM_EC_CONSOLE_CMD_SCRATCHPAD=y
+# eSPI
+CONFIG_ESPI=y
+CONFIG_PLATFORM_EC_ESPI_VW_SLP_S3=y
+CONFIG_PLATFORM_EC_ESPI_VW_SLP_S4=y
+
# Zephyr feature
CONFIG_ASSERT=y
CONFIG_SHELL_MINIMAL=n