summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
diff options
context:
space:
mode:
authorPeter Chen2016-09-14 03:49:30 +0200
committerGreg Kroah-Hartman2016-09-27 12:20:17 +0200
commitcb9c1cfc86926d0e86d19c8e34f6c23458cd3478 (patch)
treeeb9a3fd9837fb37a955c40b6d59e00db2aa2126e /drivers/usb/usbip
parentbluetooth: bcm203x: don't print error when allocating urb fails (diff)
downloadkernel-qcow2-linux-cb9c1cfc86926d0e86d19c8e34f6c23458cd3478.tar.gz
kernel-qcow2-linux-cb9c1cfc86926d0e86d19c8e34f6c23458cd3478.tar.xz
kernel-qcow2-linux-cb9c1cfc86926d0e86d19c8e34f6c23458cd3478.zip
usb: Kconfig: using select for USB_COMMON dependency
According to (badf6d47f8a9 "usb: common: rework CONFIG_USB_COMMON logic") we should select USB_COMMON at Kconfig when usb common stuffs are needed, but some of Kconfig enties have not followed it, update them. Cc: Felipe Balbi <balbi@kernel.org> Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Peter Chen <peter.chen@nxp.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/usbip')
-rw-r--r--drivers/usb/usbip/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/usbip/Kconfig b/drivers/usb/usbip/Kconfig
index 29492c70e0e6..eeefa29f8aa2 100644
--- a/drivers/usb/usbip/Kconfig
+++ b/drivers/usb/usbip/Kconfig
@@ -1,6 +1,7 @@
config USBIP_CORE
tristate "USB/IP support"
- depends on USB_COMMON && NET
+ depends on NET
+ select USB_COMMON
---help---
This enables pushing USB packets over IP to allow remote
machines direct access to USB devices. It provides the