mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 f3eb755728
			
		
	
	
		f3eb755728
		
	
	
	
	
		
			
			The implementation of the Stellaris general purpose timer module device stellaris-gptm is currently in the same source file as the board model. Split it out into its own source file in hw/timer. Apart from the new file comment headers and the Kconfig and meson.build changes, this is just code movement. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Damien Hedde <damien.hedde@greensocs.com> Message-id: 20210812093356.1946-24-peter.maydell@linaro.org
		
			
				
	
	
		
			60 lines
		
	
	
		
			665 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			665 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config ARM_TIMER
 | |
|     bool
 | |
|     select PTIMER
 | |
| 
 | |
| config ARM_MPTIMER
 | |
|     bool
 | |
|     select PTIMER
 | |
| 
 | |
| config A9_GTIMER
 | |
|     bool
 | |
| 
 | |
| config HPET
 | |
|     bool
 | |
|     default y if PC
 | |
| 
 | |
| config I8254
 | |
|     bool
 | |
|     depends on ISA_BUS
 | |
| 
 | |
| config ALTERA_TIMER
 | |
|     bool
 | |
|     select PTIMER
 | |
| 
 | |
| config ALLWINNER_A10_PIT
 | |
|     bool
 | |
|     select PTIMER
 | |
| 
 | |
| config STM32F2XX_TIMER
 | |
|     bool
 | |
| 
 | |
| config CMSDK_APB_TIMER
 | |
|     bool
 | |
|     select PTIMER
 | |
| 
 | |
| config CMSDK_APB_DUALTIMER
 | |
|     bool
 | |
|     select PTIMER
 | |
| 
 | |
| config SH_TIMER
 | |
|     bool
 | |
|     select PTIMER
 | |
| 
 | |
| config RENESAS_TMR
 | |
|     bool
 | |
| 
 | |
| config RENESAS_CMT
 | |
|     bool
 | |
| 
 | |
| config SSE_COUNTER
 | |
|     bool
 | |
| 
 | |
| config SSE_TIMER
 | |
|     bool
 | |
| 
 | |
| config STELLARIS_GPTM
 | |
|     bool
 | |
| 
 | |
| config AVR_TIMER16
 | |
|     bool
 |