 845cf505ce
			
		
	
	
	845cf505ce
	
	
	
		
			
			Add support for UART serial ports using a Freescale QUICCEngine. Update booting-without-of.txt to define new properties for a QE UART node. Update the MPC8323E-MDS device tree to add UCC5 as a UART. Update the QE library to support slow UCC devices and modules. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			371 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			371 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
 | |
| 
 |