summary refs log tree commit diff stats
path: root/hw/char/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/char/Kconfig')
-rw-r--r--hw/char/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/char/Kconfig b/hw/char/Kconfig
index 6360c9fffa..40e7a8b8bb 100644
--- a/hw/char/Kconfig
+++ b/hw/char/Kconfig
@@ -24,6 +24,12 @@ config SERIAL_PCI
     depends on PCI
     select SERIAL
 
+config SERIAL_PCI_MULTI
+    bool
+    default y if PCI_DEVICES
+    depends on PCI
+    select SERIAL
+
 config VIRTIO_SERIAL
     bool
     default y