summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/Kconfig
blob: 902e81a49a47a40c39705365d300448c4bb0ac5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2022 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_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.

source "Kconfig.zephyr"