Hi--
On 10/25/21 8:09 AM, Bryan O'Donoghue wrote:
diff --git a/drivers/usb/typec/tcpm/Kconfig b/drivers/usb/typec/tcpm/Kconfig
index 557f392fe24da..4ec0e230f7be4 100644
--- a/drivers/usb/typec/tcpm/Kconfig
+++ b/drivers/usb/typec/tcpm/Kconfig
@@ -66,4 +66,15 @@ config TYPEC_WCOVE
To compile this driver as module, choose M here: the module will be
called typec_wcove.ko
+config TYPEC_QCOM_PMIC
+ tristate "Qualcomm PMIC USB Type-C Port Controller Manager driver"
+ depends on ARCH_QCOM || COMPILE_TEST
+ help
+ A Type-C port and power-deliver driver. This driver aggregates
delivery
+ together two discreet pieces of silicon in the PM8150b PMIC block the
"together" is redundant after "aggregates."
It's nice of them to be discreet, but "discrete" would be better here.
So:
two discrete pieces of silicon in the PM8150b PMIC block: the
+ Type-C port controller and the power delivery PHY.
+
+ This driver provides Type-C role switching, orientation, Alternate
+ mode and Power Delivery support both for VBUS and VCONN.
+
endif # TYPEC_TCPM
--
~Randy