summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/Kconfig
blob: d2ef60fa5200294366253e022af92a16c59295f3 (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
# 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_MORTHAL
	bool "Google Morthal Board"
	help
	  Build Google Morthal reference board.  This board uses an AMD SoC
	  and NPCX9 EC

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

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

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

source "Kconfig.zephyr"