summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/config.h b/include/config.h
index d9b8afcd8b..add8fcfa0e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3846,11 +3846,6 @@
* automatically be included. This does not stop a board/basebord.h
* configration from defining these as well.
*/
-
-/* Type-C retimer used with virtual mux */
-#undef CONFIG_USBC_VIRTUAL_MUX_RETIMER
-
-/* Type-C retimer used with real mux */
#undef CONFIG_USBC_MUX_RETIMER
/*
@@ -4748,11 +4743,8 @@
* for convenience. Any retimer driver that also needs USBC MUX Retimers
* will not have to include it in their own board/baseboard.h file.
*/
-#ifdef CONFIG_USBC_RETIMER_INTEL_BB
-#define CONFIG_USBC_VIRTUAL_MUX_RETIMER
-#endif
-
-#ifdef CONFIG_USBC_RETIMER_PI3DPX1207
+#if defined(CONFIG_USBC_RETIMER_INTEL_BB) || \
+ defined(CONFIG_USBC_RETIMER_PI3DPX1207)
#define CONFIG_USBC_MUX_RETIMER
#endif