Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 authored by Linus Torvalds on 23 January 2022, 08:12:53 UTC
Linux 5.17-rc1
Tip revision: e783362
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# USB Monitor configuration
#

config USB_MON
	tristate "USB Monitor"
	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.rst>.

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