summaryrefslogtreecommitdiff
path: root/zephyr/projects/drawcia_riscv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/drawcia_riscv/Kconfig')
-rw-r--r--zephyr/projects/drawcia_riscv/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/zephyr/projects/drawcia_riscv/Kconfig b/zephyr/projects/drawcia_riscv/Kconfig
new file mode 100644
index 0000000000..de87f7973e
--- /dev/null
+++ b/zephyr/projects/drawcia_riscv/Kconfig
@@ -0,0 +1,12 @@
+# 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 BOARD_DRAWCIA_RISCV
+ bool "Google Drawcia Board"
+ help
+ Build reworked Google Drawcia reference board with ITE81302.
+ This chip is a pin-compatible chip for the existing EC, but
+ is the RISCV version.
+
+source "Kconfig.zephyr"