summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/herobrine/Kconfig')
-rw-r--r--zephyr/projects/herobrine/Kconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/zephyr/projects/herobrine/Kconfig b/zephyr/projects/herobrine/Kconfig
index 902e81a49a..383d5a08ee 100644
--- a/zephyr/projects/herobrine/Kconfig
+++ b/zephyr/projects/herobrine/Kconfig
@@ -1,7 +1,13 @@
-# Copyright 2022 The Chromium OS Authors. All rights reserved.
+# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+config BOARD_EVOKER
+ bool "Evoker Board"
+ help
+ Build the Evoker board. The board is based on the Herobrine
+ reference design.
+
config BOARD_HEROBRINE
bool "Google Herobrine Baseboard"
help
@@ -20,4 +26,10 @@ config BOARD_VILLAGER
Build the Villager board. The board is based on the Herobrine
reference design.
+config BOARD_ZOGLIN
+ bool "Qualcomm Zoglin Baseboard"
+ help
+ Build Qualcomm Zoglin reference board. The board uses Nuvoton
+ NPCX9 chip as the EC.
+
source "Kconfig.zephyr"