2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# USB Monitor configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config USB_MON
|
2005-06-23 05:36:56 -04:00
|
|
|
bool "USB Monitor"
|
|
|
|
depends on USB!=n
|
2005-04-16 18:20:36 -04: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-04 21:06:36 -04:00
|
|
|
For more information, see <file:Documentation/usb/usbmon.txt>.
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2005-08-04 21:06:36 -04:00
|
|
|
This is somewhat experimental at this time, but it should be safe.
|
|
|
|
|
|
|
|
If unsure, say Y.
|