This patch removes the depends on USB from all config symbols in drivers/usb/host/Kconfig and replace that with an if USB / endif block as suggested by Alan Stern. Some source ... Kconfig lines have been shuffled around to permit a better regroupment of the Kconfig files depending on "config USB" item. No functionnal change is introduced. Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			333 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			333 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# USB Monitor configuration
 | 
						|
#
 | 
						|
 | 
						|
config USB_MON
 | 
						|
	tristate "USB Monitor"
 | 
						|
	help
 | 
						|
	  If you select this option, a component which captures the USB traffic
 | 
						|
	  between peripheral-specific drivers and HC drivers will be built.
 | 
						|
	  For more information, see <file:Documentation/usb/usbmon.txt>.
 | 
						|
 | 
						|
	  If unsure, say Y, if allowed, otherwise M.
 |