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