2019-01-17 11:23:50 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2005-04-17 02:20:36 +04:00
|
|
|
#
|
|
|
|
# USB Monitor configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config USB_MON
|
2008-11-14 07:31:21 +03:00
|
|
|
tristate "USB Monitor"
|
2005-04-17 02:20:36 +04:00
|
|
|
help
|
2008-11-14 07:31:21 +03:00
|
|
|
If you select this option, a component which captures the USB traffic
|
2005-04-17 02:20:36 +04:00
|
|
|
between peripheral-specific drivers and HC drivers will be built.
|
2019-06-19 00:05:38 +03:00
|
|
|
For more information, see <file:Documentation/usb/usbmon.rst>.
|
2005-04-17 02:20:36 +04:00
|
|
|
|
2009-06-11 01:21:24 +04:00
|
|
|
If unsure, say Y, if allowed, otherwise M.
|