mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
				synced 2025-11-04 07:44:51 +10:00 
			
		
		
		
	Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation kit and others). Driver is based on a cpufreq driver for 64-bit powermac boxes with all pmac-dependant features removed and simple cleanup applied. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			243 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			243 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config CPU_FREQ_MAPLE
 | 
						|
	bool "Support for Maple 970FX Evaluation Board"
 | 
						|
	depends on PPC_MAPLE
 | 
						|
	select CPU_FREQ_TABLE
 | 
						|
	help
 | 
						|
	  This adds support for frequency switching on Maple 970FX
 | 
						|
	  Evaluation Board and compatible boards (IBM JS2x blades).
 |