summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/kingler/Kconfig')
-rw-r--r--zephyr/test/kingler/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/test/kingler/Kconfig b/zephyr/test/kingler/Kconfig
index a8449fe8c6..77c1f25253 100644
--- a/zephyr/test/kingler/Kconfig
+++ b/zephyr/test/kingler/Kconfig
@@ -2,6 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+config TEST_KINGLER_USBC
+ bool "Run the tests intended for kingler"
+ help
+ Include USB-C tests into the binary.
+
config TEST_STEELIX_RUSTY
bool "Run the tests intended for steelix and rusty"
help
@@ -66,4 +71,10 @@ config TEST_USB_PD_POLICY
Include voltorb_usbc.c into the binary to test the type-c output
current limit function.
+config TEST_DB_DETECTION_USB_COUNT
+ bool "Run the tests intended for db detection"
+ help
+ Include USB-C tests into the binary for testing the reported port
+ count with db detection.
+
source "Kconfig.zephyr"