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/Kconfig41
1 files changed, 41 insertions, 0 deletions
diff --git a/zephyr/projects/herobrine/Kconfig b/zephyr/projects/herobrine/Kconfig
new file mode 100644
index 0000000000..d0056288d5
--- /dev/null
+++ b/zephyr/projects/herobrine/Kconfig
@@ -0,0 +1,41 @@
+# 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
+ Build Google Herobrine reference board. The board uses Nuvoton
+ NPCX9 chip as the EC.
+
+config BOARD_HOGLIN
+ bool "Qualcomm Hoglin Baseboard"
+ help
+ Build Qualcomm Hoglin reference board. The board uses Nuvoton
+ NPCX9 chip as the EC.
+
+config BOARD_VILLAGER
+ bool "Villager Board"
+ help
+ 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.
+
+config BOARD_ZOMBIE
+ bool "Zombie Board"
+ help
+ Build the Zombie board. The board is based on the Herobrine
+ reference design.
+
+source "Kconfig.zephyr"