summaryrefslogtreecommitdiff
path: root/zephyr/test/rex/Kconfig
blob: ee844046beb887bb6902da44ac07bf6ea328d2c7 (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
# 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_BOARD_USB_MUX_CONFIG
	bool "Run the tests intended for usb_mux_config"
	help
	  Include usb_mux_config.c into the binary and test their
	  functions.

config TEST_USB_PD_POLICY
	bool "Run the tests intended for usb_pd_policy"
	help
	  Include usb_pd_policy.c into the binary and test their functions.

config TEST_ENABLE_USB_PD_DISCHARGE
	bool "Enable CONFIG_USB_PD_DISCHARGE"
	help
	  This is used to define CONFIG_USB_PD_DISCHARGE for testing purposes
	  directly.

config TEST_ENABLE_USB_PD_HOST_CMD
	bool "Enable CONFIG_USB_PD_HOST_CMD"
	help
	  This is used to define CONFIG_USB_PD_HOST_CMD for testing purposes
	  directly.

config TEST_BOARD_POWER
	bool "Run the tests intended for board_power"
	help
	  Include board_power.c into the binary and test
	  their functions.

config TEST_X86_NON_DSX_PWRSEQ_MTL
	bool "Replace CONFIG_X86_NON_DSX_PWRSEQ_MTL for testing"
	help
	  This is used to replace CONFIG_X86_NON_DSX_PWRSEQ_MTL for testing
	  purposes directly.

config TEST_DISABLE_AP_PWRSEQ
	bool "Disable CONFIG_AP_PWRSEQ"
	default n
	help
	  This is used to disable CONFIG_AP_PWRSEQ for testing purposes
	  directly.

module = REX
module-str = Rex board-specific code
source "subsys/logging/Kconfig.template.log_config"

source "Kconfig.zephyr"