aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2017-03-21 13:56:47 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-23 13:48:44 +0100
commitfab9288428ec0fbd09adb67d3a17c51d78196f9c (patch)
tree2b6ee821f295243b37fdaa670d2fcf79286783be /drivers/usb/Makefile
parentlib/string: add sysfs_match_string helper (diff)
downloadwireguard-linux-fab9288428ec0fbd09adb67d3a17c51d78196f9c.tar.xz
wireguard-linux-fab9288428ec0fbd09adb67d3a17c51d78196f9c.zip
usb: USB Type-C connector class
The purpose of USB Type-C connector class is to provide unified interface for the user space to get the status and basic information about USB Type-C connectors on a system, control over data role swapping, and when the port supports USB Power Delivery, also control over power role swapping and Alternate Modes. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Reviewed-and-Tested-by: Felipe Balbi <felipe.balbi@linux.intel.com> Tested-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 4e1cf090fd20..34b50dfc8f40 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -62,3 +62,5 @@ obj-$(CONFIG_USB_GADGET) += gadget/
obj-$(CONFIG_USB_COMMON) += common/
obj-$(CONFIG_USBIP_CORE) += usbip/
+
+obj-$(CONFIG_TYPEC) += typec/