summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/prj.conf
diff options
context:
space:
mode:
authortim <tim2.lin@ite.corp-partner.google.com>2021-02-26 14:12:27 +0800
committerCommit Bot <commit-bot@chromium.org>2021-04-27 15:12:39 +0000
commit450fcadcb0e43d739b0de4d05528fee9d394388e (patch)
treed2edca20522d1f8c0487198e4cb75dadea0ceee9 /zephyr/projects/it8xxx2_evb/prj.conf
parent659d2936bf921dddb9543a105e76fffd3ff2a22b (diff)
downloadchrome-ec-450fcadcb0e43d739b0de4d05528fee9d394388e.tar.gz
zephyr: initial bringup for it8xxx2_evb
Initial bringup for it8xxx2_evb. The function includes UART console and basic commands. BUG=b:185202623 BRANCH=none TEST=EC boots on it8xxx2_evb. Console commands test: version Signed-off-by: tim <tim2.lin@ite.corp-partner.google.com> Change-Id: I96839f96b8128460a123fe0344b4ae077b6e8761 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2752568 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/projects/it8xxx2_evb/prj.conf')
-rw-r--r--zephyr/projects/it8xxx2_evb/prj.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/zephyr/projects/it8xxx2_evb/prj.conf b/zephyr/projects/it8xxx2_evb/prj.conf
new file mode 100644
index 0000000000..df177e8f11
--- /dev/null
+++ b/zephyr/projects/it8xxx2_evb/prj.conf
@@ -0,0 +1,31 @@
+# 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_SHIMMED_TASKS=y
+
+# SoC configuration
+CONFIG_PLATFORM_EC_VBOOT=n
+
+# ADC
+CONFIG_PLATFORM_EC_ADC=n
+
+# Flash
+CONFIG_PLATFORM_EC_FLASH=y
+
+# I2C master
+CONFIG_PLATFORM_EC_I2C=n
+
+# Keyboard
+CONFIG_PLATFORM_EC_KEYBOARD=n
+
+# Board version
+CONFIG_PLATFORM_EC_BOARD_VERSION=n
+
+# Host command
+CONFIG_PLATFORM_EC_HOSTCMD=n
+
+# Logging
+CONFIG_LOG=y