summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-03-10 15:20:52 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-11 23:43:29 +0000
commit2c5b91f4cc290b150f361ffb68ceabc862bd3f4f (patch)
tree5a51d2bb051db077721906da2b3adb121bfa6052
parent9be4911c561ce6497bf896582b913bda3748fe51 (diff)
downloadchrome-ec-2c5b91f4cc290b150f361ffb68ceabc862bd3f4f.tar.gz
zephyr: lazor: enable PLATFORM_EC_HOSTCMD
Enable host command support. This only enables the host command common code, which can currently compile. Further work may be required to get SPS interface with AP up and going. BUG=b:182398910 BRANCH=none TEST=flash on lazor, hcdebug command is present Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I82114fe63d962072339b466450f0820038992020 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2749424 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--zephyr/projects/trogdor/lazor/prj.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/zephyr/projects/trogdor/lazor/prj.conf b/zephyr/projects/trogdor/lazor/prj.conf
index 66857bb292..836cec2ae0 100644
--- a/zephyr/projects/trogdor/lazor/prj.conf
+++ b/zephyr/projects/trogdor/lazor/prj.conf
@@ -11,7 +11,9 @@ CONFIG_PLATFORM_EC_BRINGUP=y
CONFIG_PLATFORM_EC_VBOOT=n
# TODO(b/182398910): bringup these features
+CONFIG_PLATFORM_EC_BACKLIGHT_LID=n
CONFIG_PLATFORM_EC_BOARD_VERSION=n
-CONFIG_PLATFORM_EC_HOSTCMD=n
CONFIG_PLATFORM_EC_KEYBOARD=n
+CONFIG_PLATFORM_EC_SWITCH=n
+CONFIG_PLATFORM_EC_VBOOT_HASH=n
CONFIG_CROS_KB_RAW_NPCX=n