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/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/zephyr/test/drivers/Kconfig b/zephyr/test/drivers/Kconfig
index 5e61d63e60..256e086bd4 100644
--- a/zephyr/test/drivers/Kconfig
+++ b/zephyr/test/drivers/Kconfig
@@ -68,6 +68,9 @@ config LINK_TEST_SUITE_HOST_COMMAND_READ_MEMMAP
config LINK_TEST_SUITE_ISL923X
bool "Link and test the isl923x tests"
+config LINK_TEST_SUITE_ISL9241
+ bool "Link and test the isl9241 tests"
+
config LINK_TEST_SUITE_I2C_CONTROLLER
bool "Link and test the i2c_controller tests"
@@ -94,6 +97,11 @@ config LINK_TEST_SUITE_LOCATE_CHIP_ALTS
config LINK_TEST_SUITE_MKBP
bool "Link and test the mkbp tests"
+config LINK_TEST_SUITE_NX20P348X
+ bool "Link and test the nx20p348x tests"
+ select PLATFORM_EC_CONSOLE_CMD_PPC_DUMP
+ select PLATFORM_EC_USB_PD_LOGGING
+
config LINK_TEST_SUITE_PANIC_OUTPUT
bool "Link and test the panic_output tests"
@@ -103,6 +111,12 @@ config LINK_TEST_SUITE_POWER_HOST_SLEEP
config LINK_TEST_SUITE_PS8XXX
bool "Link and test the ps8xxx tests"
+config LINK_TEST_SUITE_RT1718S
+ bool "Link and test the rt1718s tests"
+ help
+ Link tests rt1718s test suite for the TCPM driver related function
+ tests.
+
config LINK_TEST_SUITE_RT9490
bool "Link and test the rt9490 tests"