summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
-rw-r--r--include/usb_mux.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 76436708ca..2699335996 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1633,6 +1633,9 @@
/* Support the Pericom PI3USB30532 USB3.0/DP1.2 Matrix Switch */
#undef CONFIG_USB_MUX_PI3USB30532
+/* Support the Parade PS8740 Type-C Redriving Switch */
+#undef CONFIG_USB_MUX_PS8740
+
/*****************************************************************************/
/* USB GPIO config */
#undef CONFIG_USB_GPIO
diff --git a/include/usb_mux.h b/include/usb_mux.h
index d451e9cf1c..d94c0c4606 100644
--- a/include/usb_mux.h
+++ b/include/usb_mux.h
@@ -69,6 +69,7 @@ struct usb_mux {
/* Supported USB mux drivers */
extern const struct usb_mux_driver pi3usb30532_usb_mux_driver;
+extern const struct usb_mux_driver ps8740_usb_mux_driver;
/* USB muxes present in system, ordered by PD port #, defined at board-level */
extern struct usb_mux usb_muxes[];