mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	Add OMAP SSI driver to the HSI subsystem. The Synchronous Serial Interface (SSI) is a legacy version of HSI. As in the case of HSI, it is mainly used to connect Application engines (APE) with cellular modem engines (CMT) in cellular handsets. It provides a multichannel, full-duplex, multi-core communication with no reference clock. The OMAP SSI block is capable of reaching speeds of 110 Mbit/s. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# HSI driver configuration
 | 
						|
#
 | 
						|
menuconfig HSI
 | 
						|
	tristate "HSI support"
 | 
						|
	---help---
 | 
						|
	  The "High speed synchronous Serial Interface" is
 | 
						|
	  synchronous serial interface used mainly to connect
 | 
						|
	  application engines and cellular modems.
 | 
						|
 | 
						|
if HSI
 | 
						|
 | 
						|
config HSI_BOARDINFO
 | 
						|
	bool
 | 
						|
	default y
 | 
						|
 | 
						|
source "drivers/hsi/controllers/Kconfig"
 | 
						|
source "drivers/hsi/clients/Kconfig"
 | 
						|
 | 
						|
endif # HSI
 |