summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.qemuopts1
-rw-r--r--target/linux/config/Config.in.virtio3
2 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index 7087fbfa4..f3c0af9c7 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -96,6 +96,7 @@ config ADK_TARGET_QEMU_WITH_VIRTIO
select ADK_KERNEL_VIRTIO_PCI
select ADK_KERNEL_VIRTIO_NET
select ADK_KERNEL_VIRTIO_BLK
+ select ADK_KERNEL_VIRTIO_CONSOLE
endchoice
diff --git a/target/linux/config/Config.in.virtio b/target/linux/config/Config.in.virtio
index c7355ba4d..58ff339a9 100644
--- a/target/linux/config/Config.in.virtio
+++ b/target/linux/config/Config.in.virtio
@@ -3,6 +3,9 @@ menu "Virtio driver support"
config ADK_KERNEL_VIRTIO
boolean
+config ADK_KERNEL_VIRTIO_CONSOLE
+ boolean
+
config ADK_KERNEL_VIRTIO_PCI
boolean