mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 16:31:25 +01:00 
			
		
		
		
	The last clock consumer in SPL, SD/eMMC driver, gave up using the clock driver. The clock driver is only used in U-Boot proper. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config CLK_UNIPHIER
 | |
| 	def_bool y
 | |
| 	depends on ARCH_UNIPHIER
 | |
| 	select CLK
 | |
| 	help
 | |
| 	  Support for clock controllers on UniPhier SoCs.
 | |
| 	  Say Y if you want to control clocks provided by System Control
 | |
| 	  block, Media I/O block, Peripheral Block.
 |