summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/Kconfig
diff options
context:
space:
mode:
authorMark Hsieh <mark_hsieh@wistron.corp-partner.google.com>2022-06-16 21:43:55 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-21 16:10:15 +0000
commita75badd9d994ba1bef0b8c8267f464c2bf430f73 (patch)
tree9d1b97a0729427ee16ffac815463441fc580ebf4 /zephyr/projects/nissa/Kconfig
parent66f81102e8bfdb8338c76b8f6dd991c58ca1b0c3 (diff)
downloadchrome-ec-a75badd9d994ba1bef0b8c8267f464c2bf430f73.tar.gz
nissa/joxer: Initial EC image
Create the initial Zephyr EC image for the joxer variant by copying the nissa reference board EC files into a new directory named for the variant. BUG=b:236086879 TEST=zmake configure -b joxer BRANCH=none Change-Id: I0570f604dcedaeccc2817a07a5242fa63eb5264e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3708989 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Commit-Queue: Mark Hsieh <mark_hsieh@wistron.corp-partner.google.com> Tested-by: Mark Hsieh <mark_hsieh@wistron.corp-partner.google.com>
Diffstat (limited to 'zephyr/projects/nissa/Kconfig')
-rw-r--r--zephyr/projects/nissa/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/projects/nissa/Kconfig b/zephyr/projects/nissa/Kconfig
index d9ba0f9015..f0c7bb8c2f 100644
--- a/zephyr/projects/nissa/Kconfig
+++ b/zephyr/projects/nissa/Kconfig
@@ -32,6 +32,12 @@ config BOARD_XIVU
Build Google Xivu board. Xivu has Intel ADL-N SoC
with NPCX993FA0BX EC.
+config BOARD_JOXER
+ bool "Google Joxer Board"
+ help
+ Build Google Joxer reference board. Joxer has Intel ADL-N SoC
+ with IT81302 EC.
+
module = NISSA
module-str = Nissa board-specific code
source "subsys/logging/Kconfig.template.log_config"