summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/Kconfig
blob: d284e646a2b6bfbe9ddff0b861d77275d8afd5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"