i386: Fix the missing Rust HPET configuration option
authorZhao Liu <zhao1.liu@intel.com>
Mon, 17 Feb 2025 15:44:16 +0000 (23:44 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Feb 2025 09:49:23 +0000 (10:49 +0100)
The configuration option of Rust HPET is missing, so that PC machine
can't boot with "hpet=on" when QEMU Rust support is enabled.

Add the Rust HPET configuration option.

Fixes: d128c341a744 ("i386: enable rust hpet for pc when rust is enabled")
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250217154416.3144571-1-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/hw/timer/Kconfig

index afd980335037b4c1d9e4201b0c70ac440601b108..42e421317a59fdd0b9ab01abd84a375b9794f85f 100644 (file)
@@ -1,2 +1,3 @@
 config X_HPET_RUST
     bool
+    default y if PC && HAVE_RUST