summaryrefslogtreecommitdiff
path: root/zephyr/boards/riscv/asurada/Kconfig.board
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-07-16 11:19:32 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-16 18:58:32 +0000
commit7bf735e896593bccdfa3f4c68cef05af67b740be (patch)
treee1123e79a41aaf493b1c1ee53b22a02ea1e8f1cc /zephyr/boards/riscv/asurada/Kconfig.board
parentef75b89e05691b1a5a60d2f265a707f9966293e7 (diff)
downloadchrome-ec-7bf735e896593bccdfa3f4c68cef05af67b740be.tar.gz
zephyr: move all the boards directories under zephyr/boards
Move all the boards directories together under zephyr/boards from their scattered locations under projects/. This is the first step towards de-coupling the concept of a Zephyr board from baseboard/board/model, as it currently is. Further work will be required to actually unify these directories and delete the baseboard-specific names from our tree. BUG=b:193814903 BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I33a344af6890b2c2c54f1e91f0f0fa85caaf19d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3035222 Commit-Queue: Yuval Peress <peress@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org>
Diffstat (limited to 'zephyr/boards/riscv/asurada/Kconfig.board')
-rw-r--r--zephyr/boards/riscv/asurada/Kconfig.board14
1 files changed, 14 insertions, 0 deletions
diff --git a/zephyr/boards/riscv/asurada/Kconfig.board b/zephyr/boards/riscv/asurada/Kconfig.board
new file mode 100644
index 0000000000..f17a00d2fd
--- /dev/null
+++ b/zephyr/boards/riscv/asurada/Kconfig.board
@@ -0,0 +1,14 @@
+# 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.
+
+# "BOARD" below refers to a Zephyr board, which does not have a 1:1
+# mapping with the Chrome OS concept of a board. By Zephyr's
+# conventions, we'll still call it "BOARD_*" to make this more
+# applicable to be upstreamed, even though this code is shared by all
+# projects using Trogdor baseboard.
+config BOARD_ASURADA
+ bool "Google Asurada Baseboard"
+ depends on SOC_IT8XXX2
+ # Allow generating initial 0 line coverage.
+ select HAS_COVERAGE_SUPPORT