Skip to content

Commit

Permalink
usb: typec: wcove: start using tcpm for USB PD support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heikki Krogerus authored and Greg Kroah-Hartman committed Oct 4, 2017
1 parent 598b98f commit 3c4fb9f
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 151 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/typec/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Loading

0 comments on commit 3c4fb9f

Please sign in to comment.