diff options
-rw-r--r-- | zephyr/test/skyrim/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zephyr/test/skyrim/Kconfig b/zephyr/test/skyrim/Kconfig index c6193e0325..e489379062 100644 --- a/zephyr/test/skyrim/Kconfig +++ b/zephyr/test/skyrim/Kconfig @@ -65,7 +65,6 @@ config TEST_BOARD_FAN_CUSTOM 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" @@ -87,10 +86,8 @@ config SKYRIM_LOG_LEVEL config TEST_ENABLE_USB_PD_HOST_CMD bool "Fake config to enable this feature" - default n config USB_PD_DISCHARGE bool "Fake config to enable this feature" - default n source "Kconfig.zephyr" |