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

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

source "Kconfig.zephyr"