aboutsummaryrefslogtreecommitdiff
path: root/hw/display/virtio-gpu-pci-gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display/virtio-gpu-pci-gl.c')
-rw-r--r--hw/display/virtio-gpu-pci-gl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/virtio-gpu-pci-gl.c b/hw/display/virtio-gpu-pci-gl.c
index 99b14a0718..a2819e1ca9 100644
--- a/hw/display/virtio-gpu-pci-gl.c
+++ b/hw/display/virtio-gpu-pci-gl.c
@@ -47,6 +47,7 @@ static const VirtioPCIDeviceTypeInfo virtio_gpu_gl_pci_info = {
.instance_init = virtio_gpu_gl_initfn,
};
module_obj(TYPE_VIRTIO_GPU_GL_PCI);
+module_kconfig(VIRTIO_PCI);
static void virtio_gpu_gl_pci_register_types(void)
{