USBIP: add config dependency for SGL_ALLOC

commit 1ec13abac5 upstream.

USBIP uses lib/scatterlist.h
Hence it needs to set CONFIG_SGL_ALLOC

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Cc: stable <stable@vger.kernel.org>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20191112154939.21217-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Oliver Neukum 2019-11-12 16:49:39 +01:00 committed by Greg Kroah-Hartman
parent b730b2ceb2
commit 8c22dc7584

View File

@ -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