diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-05 02:51:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-05 02:51:00 +0200 |
commit | 98256e88f8b72e1cc1a5e2763fbe24d53448d14f (patch) | |
tree | 78b288d734c691187f8ef5b3284aa795f234e2af /target/linux/config/Config.in.virtio | |
parent | ffd8a569156804923c99b4370e7b63efc65bd319 (diff) |
qemu: add virtio GPU support
Diffstat (limited to 'target/linux/config/Config.in.virtio')
-rw-r--r-- | target/linux/config/Config.in.virtio | 14 |
1 files changed, 14 insertions, 0 deletions
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 |