summaryrefslogtreecommitdiff
path: root/zephyr/program/nissa/Kconfig
blob: 5168a112edc926b07070e89d4085e2fb5a1a70a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# 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_NEREID_CX
	bool "Google Nereid Board with IT81302 CX"
	help
	  Build Google Nereid reference board, but with IT81302 CX EC rather
	  than IT81302 BX.

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.

config BOARD_YAVILLA
	bool "Google Yavilla Board"
	help
	  Build Google Yavilla board. Yavilla has Intel ADL-N SoC
	  with IT81302 EC.

config BOARD_ULDREN
	bool "Google Uldren Board"
	help
	  Build Google Uldren reference board. Uldren has Intel ADL-N SoC
	  with NPCX993FA0BX EC.


module = NISSA
module-str = Nissa board-specific code
source "subsys/logging/Kconfig.template.log_config"

source "Kconfig.zephyr"