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: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Heikki Krogerus
2017-09-20 12:54:42 +03:00
committed by Greg Kroah-Hartman
parent 598b98f24a
commit 3c4fb9f169
2 changed files with 465 additions and 169 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff