Kconfig 397 B

12345678910111213141516
  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. For more information, see <file:Documentation/usb/usbmon.txt>.
  12. This is somewhat experimental at this time, but it should be safe.
  13. If unsure, say Y.