summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2022-01-28 12:43:30 -0800
committerCommit Bot <commit-bot@chromium.org>2022-01-31 20:27:12 +0000
commitdb03af21b3f46e5f5af89ccf224bc2bf4b9f6d9b (patch)
tree6e43900f71b1af3e2c69bbb95746efa21a579066
parent3cd3c451d0bd6876358d58b1dff734decbf85eda (diff)
downloadchrome-ec-db03af21b3f46e5f5af89ccf224bc2bf4b9f6d9b.tar.gz
herobrine: Include the missing project config
Need to include the project config prj_herobrine_npcx9.conf to the build. It defines CONFIG_BOARD_HEROBRINE_NPCX9=y. The board specific alternative component code (alt_dev_replacement.c) requires this Kconfig option. BRANCH=None BUG=b:216836197 TEST=Booted the herobrine_npcx9 image. No PPC access error and PD message loop. Change-Id: I73a9987ff49a4dfb346ebe7c994418278817c03b Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3422771 Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/projects/herobrine/BUILD.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/herobrine/BUILD.py b/zephyr/projects/herobrine/BUILD.py
index acef3a5dce..95d041a540 100644
--- a/zephyr/projects/herobrine/BUILD.py
+++ b/zephyr/projects/herobrine/BUILD.py
@@ -33,6 +33,7 @@ def register_variant(project_name, extra_dts_overlays=(), extra_kconfig_files=()
register_variant(
project_name="herobrine_npcx9",
+ extra_kconfig_files=[here / "prj_herobrine_npcx9.conf"],
)