* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6: Staging: make usbip depend on CONFIG_NET Staging: only build the tree if we really want to
···21212222 If in doubt, say N here.23232424-if STAGING2424+2525+config STAGING_EXCLUDE_BUILD2626+ bool "Exclude Staging drivers from being built"2727+ default y2828+ ---help---2929+ Are you sure you really want to build the staging drivers?3030+ They taint your kernel, don't live up to the normal Linux3131+ kernel quality standards, are a bit crufty around the edges,3232+ and might go off and kick your dog when you aren't paying3333+ attention.3434+3535+ Say N here to be able to select and build the Staging drivers.3636+ This option is primarily here to prevent them from being built3737+ when selecting 'make allyesconfg' and 'make allmodconfig' so3838+ don't be all that put off, your dog will be just fine.3939+4040+if !STAGING_EXCLUDE_BUILD25412642source "drivers/staging/et131x/Kconfig"2743···61456246source "drivers/staging/poch/Kconfig"63476464-endif # STAGING4848+endif # !STAGING_EXCLUDE_BUILD
+1-1
drivers/staging/usbip/Kconfig
···11config USB_IP_COMMON22 tristate "USB IP support (EXPERIMENTAL)"33- depends on USB && EXPERIMENTAL33+ depends on USB && NET && EXPERIMENTAL44 default N55 ---help---66 This enables pushing USB packets over IP to allow remote