Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Greg Kroah-Hartman and committed by
Greg Kroah-Hartman
b8f6ec2e 0c4b9545

+1 -1
+1 -1
drivers/staging/usbip/Kconfig
··· 1 1 config USB_IP_COMMON 2 2 tristate "USB IP support (EXPERIMENTAL)" 3 - depends on USB && EXPERIMENTAL 3 + depends on USB && NET && EXPERIMENTAL 4 4 default N 5 5 ---help--- 6 6 This enables pushing USB packets over IP to allow remote