blob: f28f350cd96aebb3a08e6ac31b0e8f063ae613d4 [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
Pete Zaitcevf150fa12008-11-13 21:31:21 -07006 tristate "USB Monitor"
7 depends on USB
8 default y if USB=y
9 default m if USB=m
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 help
Pete Zaitcevf150fa12008-11-13 21:31:21 -070011 If you select this option, a component which captures the USB traffic
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 between peripheral-specific drivers and HC drivers will be built.
Pete Zaitcev003ba512005-08-04 18:06:36 -070013 For more information, see <file:Documentation/usb/usbmon.txt>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Pete Zaitcevf150fa12008-11-13 21:31:21 -070015 If unsure, say Y (if allowed), otherwise M.