projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b72c7d
)
rust: do not always select X_PL011_RUST
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 25 Oct 2024 09:42:37 +0000
(11:42 +0200)
committer
Paolo 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
patch
|
blob
|
history
diff --git
a/rust/hw/char/Kconfig
b/rust/hw/char/Kconfig
index a1732a9e97fe3211547e30bc9319382e6394ed5b..5fe800c480631df8bd2dca7ad999d69ab4df3c9b 100644
(file)
--- a/
rust/hw/char/Kconfig
+++ b/
rust/hw/char/Kconfig
@@
-1,3
+1,2
@@
config X_PL011_RUST
bool
- default y if HAVE_RUST