Staging: make usbip depend on CONFIG_NET
Thanks to Randy Dunlap for finding this problem. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
0c4b95455f
commit
b8f6ec2e61
|
@ -1,6 +1,6 @@
|
||||||
config USB_IP_COMMON
|
config USB_IP_COMMON
|
||||||
tristate "USB IP support (EXPERIMENTAL)"
|
tristate "USB IP support (EXPERIMENTAL)"
|
||||||
depends on USB && EXPERIMENTAL
|
depends on USB && NET && EXPERIMENTAL
|
||||||
default N
|
default N
|
||||||
---help---
|
---help---
|
||||||
This enables pushing USB packets over IP to allow remote
|
This enables pushing USB packets over IP to allow remote
|
||||||
|
|
Loading…
Reference in New Issue