summaryrefslogtreecommitdiff
path: root/zephyr/program/nissa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/nissa/Kconfig')
-rw-r--r--zephyr/program/nissa/Kconfig67
1 files changed, 67 insertions, 0 deletions
diff --git a/zephyr/program/nissa/Kconfig b/zephyr/program/nissa/Kconfig
new file mode 100644
index 0000000000..a7fb4c666a
--- /dev/null
+++ b/zephyr/program/nissa/Kconfig
@@ -0,0 +1,67 @@
+# Copyright 2021 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+config NISSA_SUB_BOARD
+ bool "Nissa sub-board support"
+ default y
+ help
+ Enable the sub-board support for Nissa boards.
+ This uses a common fw_config bitfield to select
+ one of a number of option sub-boards with different
+ hardware configurations.
+
+config BOARD_NIVVIKS
+ bool "Google Nivviks Board"
+ help
+ Build Google Nivviks reference board. Nivviks has Intel ADL-N SoC
+ with NPCX993FA0BX EC.
+
+config BOARD_NEREID
+ bool "Google Nereid Board"
+ help
+ Build Google Nereid reference board. Nereid has Intel ADL-N SoC
+ with IT81302 EC.
+
+config BOARD_CRAASK
+ bool "Google Craask Board"
+ help
+ Build Google Craask board. Craask has Intel ADL-N SoC
+ with NPCX993FA0BX EC.
+
+config BOARD_PUJJO
+ bool "Google Pujjo Board"
+ help
+ Build Google Pujjo board. Pujjo has Intel ADL-N SoC
+ with NPCX993FA0BX EC.
+
+config BOARD_XIVU
+ bool "Google Xivu Board"
+ help
+ Build Google Xivu board. Xivu has Intel ADL-N SoC
+ with NPCX993FA0BX EC.
+
+config BOARD_XIVUR
+ bool "Google Xivur Board"
+ help
+ Build Google Xivur board. Xivur 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.
+
+config BOARD_YAVIKS
+ bool "Google Yaviks Board"
+ help
+ Build Google Yaviks board. Yaviks has Intel ADL-N SoC
+ with IT81302 EC.
+
+
+module = NISSA
+module-str = Nissa board-specific code
+source "subsys/logging/Kconfig.template.log_config"
+
+source "Kconfig.zephyr"