summaryrefslogtreecommitdiffstats
path: root/hw/char
diff options
context:
space:
mode:
authorYang Zhong2019-01-23 07:56:15 +0100
committerPaolo Bonzini2019-03-07 21:45:53 +0100
commitb42075bb77672616127c9452c0f836e757e9ce1a (patch)
tree97ce4d2682af74305ea3858f56793317022389c8 /hw/char
parentvfio: express vfio dependencies with Kconfig (diff)
downloadqemu-b42075bb77672616127c9452c0f836e757e9ce1a.tar.gz
qemu-b42075bb77672616127c9452c0f836e757e9ce1a.tar.xz
qemu-b42075bb77672616127c9452c0f836e757e9ce1a.zip
virtio: express virtio dependencies with Kconfig
Signed-off-by: Yang Zhong <yang.zhong@intel.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190123065618.3520-42-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/char')
-rw-r--r--hw/char/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/char/Kconfig b/hw/char/Kconfig
index fc184819f4..6360c9fffa 100644
--- a/hw/char/Kconfig
+++ b/hw/char/Kconfig
@@ -26,6 +26,8 @@ config SERIAL_PCI
config VIRTIO_SERIAL
bool
+ default y
+ depends on VIRTIO
config STM32F2XX_USART
bool