summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/Kconfig
blob: 383d5a08ee454fb8fd279017f3ab81d8671263ef (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
# 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.

source "Kconfig.zephyr"