Browse Source

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>
Greg Kroah-Hartman 16 years ago
parent
commit
b8f6ec2e61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/usbip/Kconfig

+ 1 - 1
drivers/staging/usbip/Kconfig

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