You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
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:
committed by
Greg Kroah-Hartman
parent
598b98f24a
commit
3c4fb9f169
@@ -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
Reference in New Issue
Block a user