aboutsummaryrefslogtreecommitdiff
path: root/hw/char/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/char/Kconfig')
-rw-r--r--hw/char/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/char/Kconfig b/hw/char/Kconfig
index 3f70256..020c0a8 100644
--- a/hw/char/Kconfig
+++ b/hw/char/Kconfig
@@ -11,6 +11,12 @@ config PARALLEL
config PL011
bool
+ # The PL011 has both a Rust and a C implementation
+ select PL011_C if !HAVE_RUST
+ select X_PL011_RUST if HAVE_RUST
+
+config PL011_C
+ bool
config SERIAL
bool
@@ -42,6 +48,9 @@ config VIRTIO_SERIAL
default y
depends on VIRTIO
+config MAX78000_UART
+ bool
+
config STM32F2XX_USART
bool