From 5cebeb768e0b5f5a4d1591805c9be3b860723351 Mon Sep 17 00:00:00 2001 From: Diana Z Date: Tue, 21 Dec 2021 13:42:04 -0700 Subject: Skyrim: Create separate interrupt and power signals Skyrim and guybrush will need to differ in their interrupt and power sequencing behavior, so create separate files for them until support for guybrush is dropped. BRANCH=None BUG=b:208515128 TEST=zmake testall Signed-off-by: Diana Z Change-Id: I61958a431b021e1d76df1971f0d73c0b4089cc9a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3352539 Reviewed-by: Keith Short Commit-Queue: Keith Short --- zephyr/projects/skyrim/Kconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 zephyr/projects/skyrim/Kconfig (limited to 'zephyr/projects/skyrim/Kconfig') diff --git a/zephyr/projects/skyrim/Kconfig b/zephyr/projects/skyrim/Kconfig new file mode 100644 index 0000000000..ea68baf71b --- /dev/null +++ b/zephyr/projects/skyrim/Kconfig @@ -0,0 +1,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" -- cgit v1.2.1