2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
# USB Monitor configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config USB_MON
|
2005-06-23 11:36:56 +02:00
|
|
|
bool "USB Monitor"
|
|
|
|
depends on USB!=n
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
If you say Y here, a component which captures the USB traffic
|
|
|
|
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
|
|
|
|
2005-08-05 03:06:36 +02:00
|
|
|
This is somewhat experimental at this time, but it should be safe.
|
|
|
|
|
|
|
|
If unsure, say Y.
|