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/Kconfig45
1 files changed, 45 insertions, 0 deletions
diff --git a/zephyr/test/kingler/Kconfig b/zephyr/test/kingler/Kconfig
new file mode 100644
index 0000000000..af52042cb6
--- /dev/null
+++ b/zephyr/test/kingler/Kconfig
@@ -0,0 +1,45 @@
+# Copyright 2022 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+config TEST_STEELIX_RUSTY
+ bool "Run the tests intended for steelix and rusty"
+ help
+ Include board_steelix.c into the binary to test the clamshell and
+ convertible.
+
+config TEST_FORM_FACTOR_CLAMSHELL
+ bool "Run the tests intended for clamshells"
+ help
+ Include clamshell tests into the binary.
+
+config TEST_FORM_FACTOR_CONVERTIBLE
+ bool "Run the tests intended for convertibles"
+ help
+ Include convertible tests into the binary.
+
+config VARIANT_CORSOLA_DB_DETECTION
+ bool "Run the tests intended for corsola DB detection"
+ help
+ Include variant_db_detection.c into the binary to test the type-c DB
+ tests, HDMI DB tests and none DB tests.
+
+config TEST_DB_DETECT_TYPEC
+ bool "Run the tests intended for type-c DB"
+ help
+ Include type-c DB tests into the binary.
+ test for DB GPIOs and interrupt.
+
+config TEST_DB_DETECT_HDMI
+ bool "Run the tests intended for HDMI DB"
+ help
+ Include HDMI DB tests into the binary.
+ test for DB GPIOs and interrupt.
+
+config TEST_DB_DETECT_NONE
+ bool "Run the tests intended for none DB"
+ help
+ Include none DB tests into the binary.
+ test for DB GPIOs and interrupt.
+
+source "Kconfig.zephyr"