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/Kconfig46
1 files changed, 46 insertions, 0 deletions
diff --git a/zephyr/projects/skyrim/Kconfig b/zephyr/projects/skyrim/Kconfig
new file mode 100644
index 0000000000..fbb797f6fc
--- /dev/null
+++ b/zephyr/projects/skyrim/Kconfig
@@ -0,0 +1,46 @@
+# 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_INPUT_CURRENT_SCALE_FACTOR
+ int "Input current scale factor"
+ default 100
+ help
+ Limit input current to fraction of negotiated limit.
+
+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"