rust: do not always select X_PL011_RUST
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Oct 2024 09:42:37 +0000 (11:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Nov 2024 13:18:15 +0000 (14:18 +0100)
Right now the Rust pl011 device is included in all QEMU system
emulator binaries if --enable-rust is passed.  This is not needed
since the board logic in hw/arm/Kconfig will pick it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/hw/char/Kconfig

index a1732a9e97fe3211547e30bc9319382e6394ed5b..5fe800c480631df8bd2dca7ad999d69ab4df3c9b 100644 (file)
@@ -1,3 +1,2 @@
 config X_PL011_RUST
     bool
-    default y if HAVE_RUST