Skip to content

Commit

Permalink
Staging: make usbip depend on CONFIG_NET
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman authored and Greg Kroah-Hartman committed Nov 8, 2008
1 parent 0c4b954 commit b8f6ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/usbip/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config USB_IP_COMMON
tristate "USB IP support (EXPERIMENTAL)"
depends on USB && EXPERIMENTAL
depends on USB && NET && EXPERIMENTAL
default N
---help---
This enables pushing USB packets over IP to allow remote
Expand Down

0 comments on commit b8f6ec2

Please sign in to comment.