summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/skyrim/Kconfig')
-rw-r--r--zephyr/test/skyrim/Kconfig38
1 files changed, 38 insertions, 0 deletions
diff --git a/zephyr/test/skyrim/Kconfig b/zephyr/test/skyrim/Kconfig
index 41685834be..99013c0f6f 100644
--- a/zephyr/test/skyrim/Kconfig
+++ b/zephyr/test/skyrim/Kconfig
@@ -48,11 +48,49 @@ config TEST_BOARD_NAME
default "skyrim" if TEST_BOARD_SKYRIM
default "winterhold" if TEST_BOARD_WINTERHOLD
+config TEST_BOARD_ALT_CHARGER
+ bool "Enable alt charger specific tests"
+
+config TEST_BOARD_ALT_CHARGER_SRC
+ string "Source file to use for this test"
+ default "common/alt_charger.c"
+ depends on TEST_BOARD_ALT_CHARGER
+
+config TEST_BOARD_FAN
+ bool "Enable fan tests"
+
+config TEST_BOARD_FAN_SRC
+ string "Source file to use for this test"
+ default "common/fan.c"
+ depends on TEST_BOARD_FAN
+
config TEST_BOARD_USB_PD_POLICY
bool "Enable USB PD policy specific tests"
select TEST_ENABLE_USB_PD_HOST_CMD
default n
+config TEST_BOARD_PPC_CONFIG
+ bool "Enable PPC config tests"
+ default n
+
+config TEST_BOARD_PPC_CONFIG_SRC
+ string "Source file to use for this test"
+ default "common/ppc_config.c"
+ depends on TEST_BOARD_PPC
+
+config TEST_BOARD_USB_MUX_CONFIG
+ bool "Enable USB mux config tests"
+ default n
+
+config TEST_BOARD_USB_MUX_CONFIG_SRC
+ string "Source file to use for this test"
+ default "common/usb_mux_config.c"
+ depends on TEST_BOARD_USB_MUX_CONFIG
+
+config SKYRIM_LOG_LEVEL
+ int "Fake config to allow building"
+ default 4 # Log level debug by default
+
config TEST_ENABLE_USB_PD_HOST_CMD
bool "Fake config to enable this feature"
default n