From 98256e88f8b72e1cc1a5e2763fbe24d53448d14f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 5 Oct 2025 02:51:00 +0200 Subject: qemu: add virtio GPU support --- target/linux/config/Config.in.virtio | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.virtio b/target/linux/config/Config.in.virtio index 053b2465c..65b6d31b8 100644 --- a/target/linux/config/Config.in.virtio +++ b/target/linux/config/Config.in.virtio @@ -4,6 +4,12 @@ menu "Virtio driver support" depends on ADK_TARGET_WITH_VIRTIO || ADK_TARGET_QEMU +config ADK_LINUX_KERNEL_DRM_FBDEV_EMULATION + bool + +config ADK_LINUX_KERNEL_DRM_VIRTIO_GPU_KMS + bool + config ADK_LINUX_KERNEL_VIRTIO_MENU bool @@ -70,4 +76,12 @@ config ADK_LINUX_KERNEL_VIRTIO_BLK help Enables support for Virtio Block driver. +config ADK_LINUX_KERNEL_DRM_VIRTIO_GPU + tristate "Virtio GPU support" + select ADK_LINUX_KERNEL_DRM_VIRTIO_GPU_KMS + select ADK_LINUX_KERNEL_DRM_FBDEV_EMULATION + default n + help + Enables support for Virtio GPU driver. + endmenu -- cgit v1.2.3