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

USB: usbmon: drop Kconfig defaults

These statements seem to be unnecessary. No idea why, but I built all
possible configurations and everything gets built just as before.

It's an old patch that popped from discussion with Paul in November 2008.
Obviously not a very high priority but better late than never.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Pete Zaitcev and committed by
Greg Kroah-Hartman
b07f4d01 d2fb1bb3

+1 -3
+1 -3
drivers/usb/mon/Kconfig
··· 5 5 config USB_MON 6 6 tristate "USB Monitor" 7 7 depends on USB 8 - default y if USB=y 9 - default m if USB=m 10 8 help 11 9 If you select this option, a component which captures the USB traffic 12 10 between peripheral-specific drivers and HC drivers will be built. 13 11 For more information, see <file:Documentation/usb/usbmon.txt>. 14 12 15 - If unsure, say Y (if allowed), otherwise M. 13 + If unsure, say Y, if allowed, otherwise M.