2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# USB Monitor configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config USB_MON
|
2005-06-23 09:36:56 +00:00
|
|
|
bool "USB Monitor"
|
|
|
|
depends on USB!=n
|
2005-04-16 22:20:36 +00: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.
|
|
|
|
The USB_MON is similar in spirit and may be compatible with Dave
|
|
|
|
Harding's USBMon.
|
|
|
|
|
|
|
|
This is somewhat experimental at this time, but it should be safe,
|
2005-06-23 09:36:56 +00:00
|
|
|
as long as you aren't using modular USB and try to remove this
|
|
|
|
module.
|