aboutsummaryrefslogtreecommitdiff
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 6eba69a..fc18481 100644
--- a/hw/char/Kconfig
+++ b/hw/char/Kconfig
@@ -3,6 +3,8 @@ config ESCC
config PARALLEL
bool
+ default y
+ depends on ISA_BUS
config PL011
bool
@@ -12,11 +14,15 @@ config SERIAL
config SERIAL_ISA
bool
+ default y
+ depends on ISA_BUS
+ select SERIAL
config SERIAL_PCI
bool
default y if PCI_DEVICES
depends on PCI
+ select SERIAL
config VIRTIO_SERIAL
bool