7adca78eda
renesas_tmr: 8bit timer modules. This part use many renesas's CPU. Hardware manual. https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200224141923.82118-16-ysato@users.sourceforge.jp> [PMD: Split from CMT, filled VMStateField for migration] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
41 lines
475 B
Plaintext
41 lines
475 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
|