blob: 0994444f237ae0b963b6b2f7176d7b02f7c7cdb8 (
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
# 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 BUG_249829957
bool "Tracking b/249829957"
config LINK_TEST_SUITE_DEFAULT
bool "Link and test the default test suite"
config LINK_TEST_SUITE_ANX7447
bool "Link and test the anx7447 tests"
config LINK_TEST_SUITE_AP_MUX_CONTROL
bool "Link and test the ap_mux_control tests"
config LINK_TEST_SUITE_AP_VDM_CONTROL
bool "Link and test the ap_vdm_control tests"
config LINK_TEST_SUITE_BUTTON
bool "Link tests for common/button.c"
config LINK_TEST_SUITE_CHARGESPLASH
bool "Link and test the chargesplash tests"
config LINK_TEST_SUITE_COMMON_CBI
bool "Link and execute the common/cbi.c tests"
config LINK_TEST_SUITE_COMMON_CBI_GPIO
bool "Link and execute the common/cbi_gpio.c tests"
config LINK_TEST_SUITE_COMMON_CHARGER
bool "Link and execute the common/charger.c tests"
config LINK_TEST_SUITE_HOST_COMMANDS
select PLATFORM_EC_CHARGE_STATE_DEBUG
bool "Link and test the host command tests"
config LINK_TEST_SUITE_ISL923X
bool "Link and test the isl923x tests"
config LINK_TEST_SUITE_I2C_CONTROLLER
bool "Link and test the i2c_controller tests"
config LINK_TEST_SUITE_KEYBOARD_SCAN
bool "Link and test the keyboard_scan tests"
select PLATFORM_EC_MKBP_EVENT_WAKEUP_MASK
select PLATFORM_EC_MKBP_HOST_EVENT_WAKEUP_MASK
config LINK_TEST_SUITE_LED_DRIVER
bool "Link and test the led_driver tests"
config LINK_TEST_SUITE_LOCATE_CHIP_ALTS
bool "Link tests for alternate operations of the locate chip host cmd"
help
Compile a binary that allows the non herobrine paths of the locate
chip command to execute
config LINK_TEST_SUITE_MKBP
bool "Link and test the mkbp tests"
config LINK_TEST_SUITE_POWER_HOST_SLEEP
bool "Link and run the power/host_sleep.c specific tests"
config LINK_TEST_SUITE_RT9490
bool "Link and test the rt9490 tests"
config LINK_TEST_SUITE_SHIM_GPIO_ID
bool "Link and run the gpio tests"
config LINK_TEST_SUITE_SHIM_PWM_HC
bool "Link and run the shim pwm_hc tests"
config LINK_TEST_SUITE_SHIM_RTC
bool "Link and run the shim rtc tests"
config LINK_TEST_SUITE_SYSTEM
bool "Link tests for common system code"
config LINK_TEST_SUITE_TIMER
bool "Link and test the timer tests"
config LINK_TEST_SUITE_USB_COMMON
bool "Link and test USB common code tests"
config LINK_TEST_SUITE_USB_MALFUNCTION_SINK
bool "Link and test the usb_malfunction_sink tests"
config LINK_TEST_SUITE_USB_PD_DPS
bool "Link and test the dps tests"
config LINK_TEST_SUITE_USB_PORT_POWER_DUMB
bool "Link and test the usb_port_power_dumb tests"
config LINK_TEST_SUITE_USB_RETIMER_FW_UPDATE
bool "Link and test the usb_retimer_fw_update tests"
config LINK_TEST_SUITE_USBC_ALT_MODE
bool "Link and test the usbc_alt_mode tests"
config LINK_TEST_SUITE_USBC_CONSOLE_PD
bool"Link and test the usbc_console_pd tests"
config LINK_TEST_SUITE_USBC_CTVPD
bool "Link tests for charge-through VCONN-powered device support"
select EMUL_TCPCI_PARTNER_VPD
select LOG
config LINK_TEST_SUITE_USBC_OCP
bool "Link tests for common USBC OCP code"
config LINK_TEST_SUITE_USBC_PPC
bool "Link tests for common USBC PPC code"
config LINK_TEST_SUITE_USBC_SVDM_DFP_ONLY
bool "Link and test the usbc_svdm_dfp_only tests"
config LINK_TEST_SUITE_USBC_TBT_MODE
bool "Link and test the usbc_tbt_mode tests"
config LINK_TEST_SUITE_USBC_VCONN_SWAP
bool "Link and test the usbc_vconn_swap tests"
help
Include the test suite exercising VCONN Swap behaviors in the binary.
config LINK_TEST_SUITE_CONSOLE
bool "Link and test the console tests"
select UART_INTERRUPT_DRIVEN
config LINK_TEST_SUITE_HOST_CMD_THREAD
bool "Link and test the host command thread override tests"
config LINK_TEST_SUITE_PI3USB9201
bool "Link and test the pi3usb9201 tests"
config LINK_TEST_SUITE_MEMMAP
bool "Link and test memory mapped tests for common/flash.c"
select PLATFORM_EC_MAPPED_STORAGE
config LINK_TEST_SUITE_LED_COMMON
bool "Link and test the led_common.c file"
depends on !PLATFORM_EC_LED_DT
select PLATFORM_EC_LED_COMMON
source "Kconfig.zephyr"
|