summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/skyrim/Kconfig')
-rw-r--r--zephyr/projects/skyrim/Kconfig20
1 files changed, 15 insertions, 5 deletions
diff --git a/zephyr/projects/skyrim/Kconfig b/zephyr/projects/skyrim/Kconfig
index ea68baf71b..d2ef60fa52 100644
--- a/zephyr/projects/skyrim/Kconfig
+++ b/zephyr/projects/skyrim/Kconfig
@@ -1,12 +1,12 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# 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_GUYBRUSH
- bool "Google Guybrush Board"
+config BOARD_MORTHAL
+ bool "Google Morthal Board"
help
- Build Google Guybrush reference board. This board build is a
- prototype rather than a releasing product.
+ Build Google Morthal reference board. This board uses an AMD SoC
+ and NPCX9 EC
config BOARD_SKYRIM
bool "Google Skyrim Board"
@@ -14,4 +14,14 @@ config BOARD_SKYRIM
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"