mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
ecefae6db0
While there are a mix of things here, most of the stuff were written from Kernel developer's PoV. So, add them to the driver-api book. A follow up for this patch would be to move documents from there that are specific to sysadmins, adding them to the admin-guide. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Johan Hovold <johan@kernel.org> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
# 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.
|