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 | |
| parent | ccb9f9da6abc754c112de95ccc00d25f515f44d4 (diff) | |
fix serial console, when virtio is used f.e. sparc64 qemu
| -rw-r--r-- | target/config/Config.in.qemuopts | 1 | ||||
| -rw-r--r-- | target/linux/config/Config.in.virtio | 3 |
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 |
