diff options
Diffstat (limited to 'hw/char/Kconfig')
-rw-r--r-- | hw/char/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/char/Kconfig b/hw/char/Kconfig index 26c13243cf..6eba69a64f 100644 --- a/hw/char/Kconfig +++ b/hw/char/Kconfig @@ -15,6 +15,8 @@ config SERIAL_ISA config SERIAL_PCI bool + default y if PCI_DEVICES + depends on PCI config VIRTIO_SERIAL bool |