qemu/hw/timer/Kconfig
Zhao Liu d128c341a7 i386: enable rust hpet for pc when rust is enabled
Add HPET configuration in PC's Kconfig options, and select HPET device
(Rust version) if Rust is supported.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250210030051.2562726-11-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-02-13 12:51:34 +01:00

61 lines
689 B
Text

config ARM_TIMER
bool
select PTIMER
config ARM_MPTIMER
bool
select PTIMER
config A9_GTIMER
bool
config HPET
bool
default y if PC && !HAVE_RUST
config I8254
bool
depends on ISA_BUS
config ALLWINNER_A10_PIT
bool
select PTIMER
config PXA2XX_TIMER
bool
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