Re: [PATCH 07/14 v1] usb: typec: tcpci_maxim: Chip level TCPC driver
From: Badhri Jagan Sridharan <badhri@google.com>
Date: 2020-08-28 14:52:10
Also in:
lkml
From: Badhri Jagan Sridharan <badhri@google.com>
Date: 2020-08-28 14:52:10
Also in:
lkml
On Mon, Aug 24, 2020 at 10:16 PM Randy Dunlap [off-list ref] wrote:
On 8/24/20 9:22 PM, Badhri Jagan Sridharan wrote:quoted
diff --git a/drivers/usb/typec/tcpm/Kconfig b/drivers/usb/typec/tcpm/Kconfig index fa3f39336246..7c9722b02afe 100644 --- a/drivers/usb/typec/tcpm/Kconfig +++ b/drivers/usb/typec/tcpm/Kconfig@@ -27,6 +27,12 @@ config TYPEC_RT1711H Type-C Port Controller Manager to provide USB PD and USB Type-C functionalities. +config TYPEC_TCPCI_MAXIM + tristate "Maxim TCPCI based Type-C chip driver" + select USB_PSYis that USB_PHY ?
Yes and not a dependency here. Will remove. Thanks for catching this !
quoted
+ help + MAXIM TCPCI based Type-C chip driverend that with '.' please.
Ack ! will fix it in the next version.
quoted
+ endif # TYPEC_TCPCI config TYPEC_FUSB302-- ~Randy