summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/hayato/prj.conf
diff options
context:
space:
mode:
authorDenis Brockus <dbrockus@google.com>2021-04-21 13:01:46 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-23 20:40:17 +0000
commitb1a6e3f88c119020b39dbfd2fb74c084259eb1dd (patch)
treef5c0fc7eb3faf33d72547c6dd1787fcc1154dd45 /zephyr/projects/asurada/hayato/prj.conf
parent3ac4c27bad6a89074d81a7d6a747d00e9bed717e (diff)
downloadchrome-ec-b1a6e3f88c119020b39dbfd2fb74c084259eb1dd.tar.gz
zephyr: initial bringup for asurada
EC should boot with UART active BUG=b:180980668 BRANCH=none TEST=zmake configure -b $PROJ_HAYATO Signed-off-by: Denis Brockus <dbrockus@google.com> Change-Id: Idae8453c5803442c2f9853c45462a7eb74d5c268 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2844770 Tested-by: Denis Brockus <dbrockus@chromium.org> Tested-by: Jack Rosenthal <jrosenth@chromium.org> Auto-Submit: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/projects/asurada/hayato/prj.conf')
-rw-r--r--zephyr/projects/asurada/hayato/prj.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/zephyr/projects/asurada/hayato/prj.conf b/zephyr/projects/asurada/hayato/prj.conf
new file mode 100644
index 0000000000..cb06837f50
--- /dev/null
+++ b/zephyr/projects/asurada/hayato/prj.conf
@@ -0,0 +1,25 @@
+# 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_PLATFORM_EC=y
+CONFIG_PLATFORM_EC_BRINGUP=y
+CONFIG_SHIMMED_TASKS=y
+
+# Flash
+CONFIG_PLATFORM_EC_FLASH=y
+
+# TODO(b/180980668): bring these features up
+CONFIG_LTO=n
+CONFIG_PLATFORM_EC_ADC=n
+CONFIG_PLATFORM_EC_BACKLIGHT_LID=n
+CONFIG_PLATFORM_EC_BOARD_VERSION=n
+CONFIG_PLATFORM_EC_CONSOLE_CMD_SYSINFO=n
+CONFIG_PLATFORM_EC_HOSTCMD=y
+CONFIG_PLATFORM_EC_I2C=n
+CONFIG_PLATFORM_EC_KEYBOARD=n
+CONFIG_PLATFORM_EC_LID_SWITCH=n
+CONFIG_PLATFORM_EC_SWITCH=n
+CONFIG_PLATFORM_EC_VBOOT=n
+CONFIG_PLATFORM_EC_VBOOT_HASH=n