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/Kconfig16
1 files changed, 14 insertions, 2 deletions
diff --git a/zephyr/test/drivers/Kconfig b/zephyr/test/drivers/Kconfig
index cf24966beb..7ac5a297c0 100644
--- a/zephyr/test/drivers/Kconfig
+++ b/zephyr/test/drivers/Kconfig
@@ -162,9 +162,21 @@ config LINK_TEST_SUITE_USBC_SVDM_DFP_ONLY
bool "Link and test the usbc_svdm_dfp_only tests"
config LINK_TEST_SUITE_USBC_RETIMER
- bool "Link and test the usbc_retimer tests"
+ bool "Link the USBC retimer tests"
+
+config LINK_TEST_SUITE_USBC_RETIMER_ANX7483
+ bool "Link and test the ANX7484 tests"
+ select LINK_TEST_SUITE_USBC_RETIMER
+ select PLATFORM_EC_USBC_RETIMER_ANX7483
+ help
+ Include the ANX7483 test suite in the binary.
+
+config LINK_TEST_SUITE_USBC_RETIMER_PS8811
+ bool "Link and test the PS8811 tests"
+ select LINK_TEST_SUITE_USBC_RETIMER
+ select PLATFORM_EC_USBC_RETIMER_PS8811
help
- Include the usbc_retimer test suite in the binary.
+ Include the PS8811 test suite in the binary.
config LINK_TEST_SUITE_USBC_TBT_MODE
bool "Link and test the usbc_tbt_mode tests"