swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 1de9e8e70f5acc441550ca75433563d91b269bbe authored by Linus Torvalds on 16 January 2009, 20:43:00 UTC
Linux 2.6.29-rc2
Tip revision: 1de9e8e
Kconfig
#
# USB Monitor configuration
#

config USB_MON
	tristate "USB Monitor"
	depends on USB
	default y if USB=y
	default m if USB=m
	help
	  If you select this option, a component which captures the USB traffic
	  between peripheral-specific drivers and HC drivers will be built.
	  For more information, see <file:Documentation/usb/usbmon.txt>.

	  If unsure, say Y (if allowed), otherwise M.
back to top