summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/skyrim/Kconfig')
-rw-r--r--zephyr/program/skyrim/Kconfig46
1 files changed, 0 insertions, 46 deletions
diff --git a/zephyr/program/skyrim/Kconfig b/zephyr/program/skyrim/Kconfig
deleted file mode 100644
index a80ba2bd24..0000000000
--- a/zephyr/program/skyrim/Kconfig
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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
-
-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_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"