summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/prj.conf
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-03-10 14:30:47 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-11 23:43:21 +0000
commit8224f153994ec70661259ec0de49e473eefce359 (patch)
tree360f6c9a912c422572bfaae66b1cec157a2a432f /zephyr/projects/trogdor/lazor/prj.conf
parent97e22d467763dace5df64c9869cd8d4984f4ab39 (diff)
downloadchrome-ec-8224f153994ec70661259ec0de49e473eefce359.tar.gz
zephyr: add support for trogdor/lazor
Initial bringup for Lazor, featuring just a UART console, flash access, and basic commands. I structured the directories to look a little more like what we discussed in last week's meeting (putting the Zephyr "board" directory to be common to the baseboard, and putting variants under a directory categorized by baseboard). I hope we can go back to volteer/delbin and re-adopt this layout there too, as it's much cleaner and leads to less repeated code. BUG=b:182398910 BRANCH=none TEST=flash on lazor, test out UART and basic commands ("gettime", "flashinfo", etc.) Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I411c47e9b9563d78349abbeebf71223ae41748a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2749765 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/projects/trogdor/lazor/prj.conf')
-rw-r--r--zephyr/projects/trogdor/lazor/prj.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/zephyr/projects/trogdor/lazor/prj.conf b/zephyr/projects/trogdor/lazor/prj.conf
new file mode 100644
index 0000000000..66857bb292
--- /dev/null
+++ b/zephyr/projects/trogdor/lazor/prj.conf
@@ -0,0 +1,17 @@
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+CONFIG_CROS_EC=y
+CONFIG_SHIMMED_TASKS=y
+CONFIG_PLATFORM_EC=y
+CONFIG_PLATFORM_EC_BRINGUP=y
+
+# Trogdor family does not use EFS2 (toggled by PLATFORM_EC_VBOOT).
+CONFIG_PLATFORM_EC_VBOOT=n
+
+# TODO(b/182398910): bringup these features
+CONFIG_PLATFORM_EC_BOARD_VERSION=n
+CONFIG_PLATFORM_EC_HOSTCMD=n
+CONFIG_PLATFORM_EC_KEYBOARD=n
+CONFIG_CROS_KB_RAW_NPCX=n