summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/Kconfig
blob: 9e9ffc2528442b4ecbb8a4c9fe551a0f286df67a (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
# 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 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_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"