aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/roles/Makefile
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2018-12-12 20:13:55 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-17 14:07:59 +0100
commitc3788cd9963eb2e77de3c24142fb7c67b61f1a26 (patch)
tree938af74427e3e75bf56af44b4dc5531a88b74c15 /drivers/usb/roles/Makefile
parentMerge tag 'usb-ci-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-next (diff)
downloadlinux-dev-c3788cd9963eb2e77de3c24142fb7c67b61f1a26.tar.xz
linux-dev-c3788cd9963eb2e77de3c24142fb7c67b61f1a26.zip
usb: roles: Add a description for the class to Kconfig
That makes the USB role switch support option visible and selectable for the user. The class driver is also moved to drivers/usb/roles/ directory. This will fix an issue that we have with the Intel USB role switch driver on systems that don't have USB Type-C connectors: Intel USB role switch driver depends on the USB role switch class as it should, but since there was no way for the user to enable the USB role switch class, there was also no way to select that driver. USB Type-C drivers select the USB role switch class which makes the Intel USB role switch driver available and therefore hides the problem. So in practice Intel USB role switch driver was depending on USB Type-C drivers. Fixes: f6fb9ec02be1 ("usb: roles: Add Intel xHCI USB role switch driver") Cc: <stable@vger.kernel.org> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/roles/Makefile')
-rw-r--r--drivers/usb/roles/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/roles/Makefile b/drivers/usb/roles/Makefile
index e44b179ba275..c02873206fc1 100644
--- a/drivers/usb/roles/Makefile
+++ b/drivers/usb/roles/Makefile
@@ -1 +1,3 @@
-obj-$(CONFIG_USB_ROLES_INTEL_XHCI) += intel-xhci-usb-role-switch.o
+obj-$(CONFIG_USB_ROLE_SWITCH) += roles.o
+roles-y := class.o
+obj-$(CONFIG_USB_ROLES_INTEL_XHCI) += intel-xhci-usb-role-switch.o