From: Paolo Bonzini Date: Fri, 25 Oct 2024 09:42:37 +0000 (+0200) Subject: rust: do not always select X_PL011_RUST X-Git-Tag: pull-vmclock-20250108~75^2~31 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b00bf4edeec97a21bf682c8bde7d6a4557058f5c;p=users%2Fdwmw2%2Fqemu.git rust: do not always select X_PL011_RUST 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 --- diff --git a/rust/hw/char/Kconfig b/rust/hw/char/Kconfig index a1732a9e97..5fe800c480 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