]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
commitb00bf4edeec97a21bf682c8bde7d6a4557058f5c
tree15c7bd0652c3bd4cdfa0e479de4ed5ef83921c32
parent7b72c7dd0d4dbbcc8a909533a5c70e9935b201c3
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 <pbonzini@redhat.com>
rust/hw/char/Kconfig