 22aebe69e5
			
		
	
	
	22aebe69e5
	
	
	
		
			
			Commit 193ab2a607 changed the USB gadget
Kconfig symbol from USB_GADGET_FSL_QE to USB_FSL_QE, but did not update
the associated symbol name in qe_lib to match.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
		
	
			
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			451 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			451 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # QE Communication options
 | |
| #
 | |
| 
 | |
| config UCC_SLOW
 | |
| 	bool
 | |
| 	default y if SERIAL_QE
 | |
| 	help
 | |
| 	  This option provides qe_lib support to UCC slow
 | |
| 	  protocols: UART, BISYNC, QMC
 | |
| 
 | |
| config UCC_FAST
 | |
| 	bool
 | |
| 	default y if UCC_GETH
 | |
| 	help
 | |
| 	  This option provides qe_lib support to UCC fast
 | |
| 	  protocols: HDLC, Ethernet, ATM, transparent
 | |
| 
 | |
| config UCC
 | |
| 	bool
 | |
| 	default y if UCC_FAST || UCC_SLOW
 | |
| 
 | |
| config QE_USB
 | |
| 	bool
 | |
| 	default y if USB_FSL_QE
 | |
| 	help
 | |
| 	  QE USB Controller support
 |