| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # USB Monitor configuration | 
 | 3 | # | 
 | 4 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | config USB_MON | 
| Adrian Bunk | 4749f32 | 2005-06-23 11:36:56 +0200 | [diff] [blame] | 6 | 	bool "USB Monitor" | 
 | 7 | 	depends on USB!=n | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | 	  The USB_MON is similar in spirit and may be compatible with Dave | 
 | 13 | 	  Harding's USBMon. | 
 | 14 |  | 
 | 15 | 	  This is somewhat experimental at this time, but it should be safe, | 
| Adrian Bunk | 4749f32 | 2005-06-23 11:36:56 +0200 | [diff] [blame] | 16 | 	  as long as you aren't using modular USB and try to remove this | 
 | 17 | 	  module. |