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:
parent
b730b2ceb2
commit
8c22dc7584
@ -4,6 +4,7 @@ config USBIP_CORE
|
||||
tristate "USB/IP support"
|
||||
depends on NET
|
||||
select USB_COMMON
|
||||
select SGL_ALLOC
|
||||
---help---
|
||||
This enables pushing USB packets over IP to allow remote
|
||||
machines direct access to USB devices. It provides the
|
||||
|
Loading…
Reference in New Issue
Block a user