diff options
author | Yang Zhong <yang.zhong@intel.com> | 2019-01-23 14:56:15 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | b42075bb77672616127c9452c0f836e757e9ce1a (patch) | |
tree | 97ce4d2682af74305ea3858f56793317022389c8 /hw/display | |
parent | 2ac041c2c3d89691cda1657981c41fe4bc20244b (diff) |
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/display')
-rw-r--r-- | hw/display/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index 999bc7e9a8..e126cbb188 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -95,6 +95,8 @@ config QXL config VIRTIO_GPU bool + default y + depends on VIRTIO select EDID config VIRTIO_VGA |