summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/Kconfig
blob: 87d7bca977a091af649c1832d132cb41f4a2b9c1 (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
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# 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.

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

source "Kconfig.zephyr"