diff mbox series

[PULL,12/24] rust: do not always select X_PL011_RUST

Message ID 20241028142932.363687-13-pbonzini@redhat.com (mailing list archive)
State New
Headers show
Series [PULL,01/24] stubs: avoid duplicate symbols in libqemuutil.a | expand

Commit Message

Paolo Bonzini Oct. 28, 2024, 2:29 p.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/rust/hw/char/Kconfig b/rust/hw/char/Kconfig
index a1732a9e97f..5fe800c4806 100644
--- a/rust/hw/char/Kconfig
+++ b/rust/hw/char/Kconfig
@@ -1,3 +1,2 @@ 
 config X_PL011_RUST
     bool
-    default y if HAVE_RUST