|
@@ -56,6 +56,21 @@ config TYPEC_TCPM
|
|
|
|
|
|
if TYPEC_TCPM
|
|
|
|
|
|
+config TYPEC_TCPCI
|
|
|
+ tristate "Type-C Port Controller Interface driver"
|
|
|
+ depends on I2C
|
|
|
+ select REGMAP_I2C
|
|
|
+ help
|
|
|
+ Type-C Port Controller driver for TCPCI-compliant controller.
|
|
|
+
|
|
|
+config TYPEC_RT1711H
|
|
|
+ tristate "Richtek RT1711H Type-C chip driver"
|
|
|
+ select TYPEC_TCPCI
|
|
|
+ help
|
|
|
+ Richtek RT1711H Type-C chip driver that works with
|
|
|
+ Type-C Port Controller Manager to provide USB PD and USB
|
|
|
+ Type-C functionalities.
|
|
|
+
|
|
|
source "drivers/usb/typec/fusb302/Kconfig"
|
|
|
|
|
|
config TYPEC_WCOVE
|