home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / usb / mon / Kconfig next >
Encoding:
Text File  |  2006-08-11  |  397 b   |  17 lines

  1. #
  2. # USB Monitor configuration
  3. #
  4.  
  5. config USB_MON
  6.     bool "USB Monitor"
  7.     depends on USB!=n
  8.     default y
  9.     help
  10.       If you say Y here, 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.  
  14.       This is somewhat experimental at this time, but it should be safe.
  15.  
  16.       If unsure, say Y.
  17.