summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/Kconfig
blob: 4cde54ce6d1b19cece50514b3e873ee5fc396a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 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_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
	  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.

config TEST_ALT_SENSOR_PROBE
	bool "Run the tests intended for alt sensor probe"
	help
	  Include alt_sensor.c into the binary to test the alt sensor probe via
	  SSFC.

config TEST_KINGLER_CCD
	bool "Run the tests intended for alt sensor probe"
	help
	  Include alt_sensor.c into the binary to test the alt sensor probe via
	  SSFC.

config TEST_VOLTORB
	bool "Run the tests intended for voltorb"
	help
	  Include voltorb_usbc.c into the binary to test the type-c output
	  current limit function.

config TEST_USB_PD_POLICY
	bool "Run the tests intended for voltorb usb policy"
	help
	  Include voltorb_usbc.c into the binary to test the type-c output
	  current limit function.

source "Kconfig.zephyr"