diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-25 11:42:37 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-11-05 14:18:15 +0100 |
commit | b00bf4edeec97a21bf682c8bde7d6a4557058f5c (patch) | |
tree | 15c7bd0652c3bd4cdfa0e479de4ed5ef83921c32 /rust/hw/char/Kconfig | |
parent | 7b72c7dd0d4dbbcc8a909533a5c70e9935b201c3 (diff) |
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>
Diffstat (limited to 'rust/hw/char/Kconfig')
-rw-r--r-- | rust/hw/char/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |