Commit 1ec13aba authored by Oliver Neukum's avatar Oliver Neukum Committed by Greg Kroah-Hartman

USBIP: add config dependency for SGL_ALLOC

USBIP uses lib/scatterlist.h
Hence it needs to set CONFIG_SGL_ALLOC
Signed-off-by: default avatarOliver Neukum <oneukum@suse.com>
Cc: stable <stable@vger.kernel.org>
Acked-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20191112154939.21217-1-oneukum@suse.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 92aa5986
...@@ -4,6 +4,7 @@ config USBIP_CORE ...@@ -4,6 +4,7 @@ config USBIP_CORE
tristate "USB/IP support" tristate "USB/IP support"
depends on NET depends on NET
select USB_COMMON select USB_COMMON
select SGL_ALLOC
---help--- ---help---
This enables pushing USB packets over IP to allow remote This enables pushing USB packets over IP to allow remote
machines direct access to USB devices. It provides the machines direct access to USB devices. It provides the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment