# 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_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 config BOARD_FROSTFLOW bool "Google Frostflow Board" help Build Google Frostflow reference board. This board uses an AMD SoC and NPCX9 EC config BOARD_CRYSTALDRIFT bool "Google Crystaldrift Board" help Build Google Crystaldrift reference board. This board uses an AMD SoC and NPCX9 EC config BOARD_MARKARTH bool "Google Markarth Board" help Build Google Markarth reference board. This board uses an AMD SoC and NPCX9 EC config BOARD_USB_HUB_RESET bool "Support USB hub reset or not" default y help Enable this if your board has a USB hub reset GPIO connect to EC to reset the USB hub. module = SKYRIM module-str = Skyrim board-specific code source "subsys/logging/Kconfig.template.log_config" source "Kconfig.zephyr"