qemu-patch-raspberry4/hw/timer/Kconfig
Alistair Francis 5bf6f1acdd hw/timer: Add SiFive PWM support
This is the initial commit of the SiFive PWM timer. This is used by
guest software as a timer and is included in the SiFive FU540 SoC.

Signed-off-by: Justin Restivo <jrestivo@draper.com>
Signed-off-by: Alexandra Clifford <aclifford@draper.com>
Signed-off-by: Amanda Strnad <astrnad@draper.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Message-id: 9f70a210acbfaf0e1ea6ad311ab892ac69134d8b.1631159656.git.alistair.francis@wdc.com
2021-09-21 07:56:49 +10:00

63 lines
693 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 SIFIVE_PWM
bool
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