Kconfig 390 B

123456789101112131415
  1. #
  2. # USB Monitor configuration
  3. #
  4. config USB_MON
  5. tristate "USB Monitor"
  6. depends on USB
  7. default y if USB=y
  8. default m if USB=m
  9. help
  10. If you select this option, a component which captures the USB traffic
  11. between peripheral-specific drivers and HC drivers will be built.
  12. For more information, see <file:Documentation/usb/usbmon.txt>.
  13. If unsure, say Y (if allowed), otherwise M.