summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/Kconfig')
-rw-r--r--zephyr/test/drivers/Kconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/zephyr/test/drivers/Kconfig b/zephyr/test/drivers/Kconfig
index 9254bb9e31..b2a9648f21 100644
--- a/zephyr/test/drivers/Kconfig
+++ b/zephyr/test/drivers/Kconfig
@@ -33,8 +33,12 @@ 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_HOST_COMMAND_READ_MEMMAP
+ bool "Link and test the host command read memmap tests"
+
config LINK_TEST_SUITE_ISL923X
bool "Link and test the isl923x tests"
@@ -43,6 +47,8 @@ config LINK_TEST_SUITE_I2C_CONTROLLER
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"
@@ -98,6 +104,11 @@ config LINK_TEST_SUITE_USBC_ALT_MODE
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"
@@ -110,6 +121,11 @@ config LINK_TEST_SUITE_USBC_SVDM_DFP_ONLY
config LINK_TEST_SUITE_USBC_TBT_MODE
bool "Link and test the usbc_tbt_mode tests"
+config LINK_TEST_SUITE_USBC_USB4_MODE
+ bool "Link and test the usbc_usb4_mode tests"
+ help
+ Include the usbc_usb4 test suite in the binary.
+
config LINK_TEST_SUITE_USBC_VCONN_SWAP
bool "Link and test the usbc_vconn_swap tests"
help
@@ -119,4 +135,19 @@ 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"