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/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/zephyr/test/kingler/Kconfig b/zephyr/test/kingler/Kconfig
new file mode 100644
index 0000000000..d284e646a2
--- /dev/null
+++ b/zephyr/test/kingler/Kconfig
@@ -0,0 +1,15 @@
+# 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_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.
+
+source "Kconfig.zephyr"