Kconfig 475 B

1234567891011121314151617
  1. #
  2. # USB Monitor configuration
  3. #
  4. config USB_MON
  5. bool "USB Monitor"
  6. depends on USB!=n
  7. default y
  8. help
  9. If you say Y here, a component which captures the USB traffic
  10. between peripheral-specific drivers and HC drivers will be built.
  11. The USB_MON is similar in spirit and may be compatible with Dave
  12. Harding's USBMon.
  13. This is somewhat experimental at this time, but it should be safe,
  14. as long as you aren't using modular USB and try to remove this
  15. module.