 5c77f5608a
			
		
	
	
	5c77f5608a
	
	
	
		
			
			The commit 40d3e0f (clk: provide prepare/unprepare functions) provides
the config option HAVE_CLK_PREPARE for platforms that have
prepare/unprepare implementation to select.  This patch adds the option
into drivers/clk/Kconfig, so that it can be actually selected.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
		
	
			
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			107 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			107 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
 | |
| config CLKDEV_LOOKUP
 | |
| 	bool
 | |
| 	select HAVE_CLK
 | |
| 
 | |
| config HAVE_CLK_PREPARE
 | |
| 	bool
 | |
| 
 | |
| config HAVE_MACH_CLKDEV
 | |
| 	bool
 |