blob: deb9ddffa402ed5e84b9309243650a1bfaf56350 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Monitor configuration
3#
4
Linus Torvalds1da177e2005-04-16 15:20:36 -07005config USB_MON
Adrian Bunk4749f322005-06-23 11:36:56 +02006 bool "USB Monitor"
7 depends on USB!=n
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 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.
Pete Zaitcev003ba512005-08-04 18:06:36 -070012 For more information, see <file:Documentation/usb/usbmon.txt>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Pete Zaitcev003ba512005-08-04 18:06:36 -070014 This is somewhat experimental at this time, but it should be safe.
15
16 If unsure, say Y.