diff options
Diffstat (limited to 'hw/timer/Kconfig')
-rw-r--r-- | hw/timer/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig index 61fbb62..b3d823c 100644 --- a/hw/timer/Kconfig +++ b/hw/timer/Kconfig @@ -12,6 +12,12 @@ config A9_GTIMER config HPET bool default y if PC + # The HPET has both a Rust and a C implementation + select HPET_C if !HAVE_RUST + select X_HPET_RUST if HAVE_RUST + +config HPET_C + bool config I8254 bool @@ -21,6 +27,9 @@ config ALLWINNER_A10_PIT bool select PTIMER +config PXA2XX_TIMER + bool + config SIFIVE_PWM bool |