Browse Source
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>pull/281/head
committed by
Paolo Bonzini
6 changed files with 8 additions and 3 deletions
@ -1,2 +1,3 @@ |
|||
# devices Kconfig |
|||
source char/Kconfig |
|||
source timer/Kconfig |
|||
|
|||
@ -0,0 +1,2 @@ |
|||
config X_HPET_RUST |
|||
bool |
|||
Loading…
Reference in new issue