Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c4fb9f1 authored by Heikki Krogerus's avatar Heikki Krogerus Committed by Greg Kroah-Hartman
Browse files

usb: typec: wcove: start using tcpm for USB PD support



This patch makes the driver work with USB Type-C Port
Manager (tcpm.c) to provide USB PD functionality.

Signed-off-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 598b98f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ if TYPEC_TCPM

source "drivers/usb/typec/fusb302/Kconfig"

endif

config TYPEC_WCOVE
	tristate "Intel WhiskeyCove PMIC USB Type-C PHY driver"
	depends on ACPI
@@ -33,6 +31,8 @@ config TYPEC_WCOVE
	  To compile this driver as module, choose M here: the module will be
	  called typec_wcove

endif

source "drivers/usb/typec/ucsi/Kconfig"

endmenu
+445 −149

File changed.

Preview size limit exceeded, changes collapsed.