0d10df3038
The SSE-300 includes a counter module; implement a model of it. This counter is documented in the SSE-123 Example Subsystem Technical Reference Manual: https://developer.arm.com/documentation/101370/latest/ Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210219144617.4782-12-peter.maydell@linaro.org
50 lines
562 B
Plaintext
50 lines
562 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 RENESAS_TMR
|
|
bool
|
|
|
|
config RENESAS_CMT
|
|
bool
|
|
|
|
config SSE_COUNTER
|
|
bool
|
|
|
|
config AVR_TIMER16
|
|
bool
|