summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/Kconfig
blob: ea68baf71bcee188ff508b0bf901a2d09d9003cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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_GUYBRUSH
	bool "Google Guybrush Board"
	help
	  Build Google Guybrush reference board.  This board build is a
	  prototype rather than a releasing product.

config BOARD_SKYRIM
	bool "Google Skyrim Board"
	help
	  Build Google Skyrim reference board.  This board uses an AMD SoC
	  and NPCX9 EC

source "Kconfig.zephyr"