 77900a2fc3
			
		
	
	
	77900a2fc3
	
	
	
		
			
			Port dmtimer framework to OMAP2. Modify the dmtimers API to support setting of PWM configuration and prescaler. Convert 32 kHz timer and GP timer to use the dmtimer framework. Signed-off-by: Timo Teras <timo.teras@solidboot.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			547 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			547 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| comment "OMAP Core Type"
 | |
| 	depends on ARCH_OMAP2
 | |
| 
 | |
| config ARCH_OMAP24XX
 | |
| 	bool "OMAP24xx Based System"
 | |
| 	depends on ARCH_OMAP2
 | |
| 
 | |
| config ARCH_OMAP2420
 | |
| 	bool "OMAP2420 support"
 | |
| 	depends on ARCH_OMAP24XX
 | |
| 	select OMAP_DM_TIMER
 | |
| 
 | |
| comment "OMAP Board Type"
 | |
| 	depends on ARCH_OMAP2
 | |
| 
 | |
| config MACH_OMAP_GENERIC
 | |
| 	bool "Generic OMAP board"
 | |
| 	depends on ARCH_OMAP2 && ARCH_OMAP24XX
 | |
| 
 | |
| config MACH_OMAP_H4
 | |
| 	bool "OMAP 2420 H4 board"
 | |
| 	depends on ARCH_OMAP2 && ARCH_OMAP24XX
 | |
| 
 | |
| config MACH_OMAP_APOLLON
 | |
| 	bool "OMAP 2420 Apollon board"
 | |
| 	depends on ARCH_OMAP2 && ARCH_OMAP24XX
 |