mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-30 07:51:42 +01:00 
			
		
		
		
	This adds Renesas rmobile ARM SoC's SD/MMC host support. This drivers tested with Gose board and Koelsch board. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "MMC Host controller Support"
 | |
| 
 | |
| config SH_SDHI
 | |
| 	bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support"
 | |
| 	depends on RMOBILE
 | |
| 	help
 | |
| 	  Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
 | |
| 
 | |
| endmenu
 |