diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-11-08 20:04:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-11-08 20:04:22 +0100 |
commit | ddd7c66b12ae4950ad82b0373d7462c82694d562 (patch) | |
tree | a5d9500d617621347a562443ba1d1f8c4c279b67 /target/config/Config.in.qemuopts | |
parent | ccb9f9da6abc754c112de95ccc00d25f515f44d4 (diff) |
fix serial console, when virtio is used f.e. sparc64 qemu
Diffstat (limited to 'target/config/Config.in.qemuopts')
-rw-r--r-- | target/config/Config.in.qemuopts | 1 |
1 files changed, 1 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 |