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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/test/skyrim/Kconfig b/zephyr/test/skyrim/Kconfig
index aab92c57f5..ca6c1d5e21 100644
--- a/zephyr/test/skyrim/Kconfig
+++ b/zephyr/test/skyrim/Kconfig
@@ -75,6 +75,11 @@ config TEST_BOARD_USB_PD_POLICY
bool "Enable USB PD policy specific tests"
select TEST_ENABLE_USB_PD_HOST_CMD
+config TEST_BOARD_POWER_SIGNALS
+ bool "Enable power signals tests"
+ select AP_POWER_CONTROL
+ select BOARD_USB_HUB_RESET
+
config TEST_BOARD_PPC_CONFIG
bool "Enable PPC config tests"
@@ -97,6 +102,9 @@ config SKYRIM_LOG_LEVEL
int "Fake config to allow building"
default 4 # Log level debug by default
+config AP_POWER_CONTROL
+ bool "Fake config to enable this feature"
+
config TEST_ENABLE_USB_PD_HOST_CMD
bool "Fake config to enable this feature"
@@ -106,4 +114,7 @@ config USB_PD_DISCHARGE
config PLATFORM_EC_USB_MUX_RUNTIME_CONFIG
bool "Fake config to enable this feature"
+config BOARD_USB_HUB_RESET
+ bool "Fake config to enable this feature"
+
source "Kconfig.zephyr"