]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/gpu/drm/Kconfig
drm: Add top level Kconfig option for DRM fbdev emulation
[mirror_ubuntu-jammy-kernel.git] / drivers / gpu / drm / Kconfig
index 35a8c0bf360fd3735ccc4bc0f515fe7c58143cbf..06ae5008c5edf2b96d114ea53e9527b4bc29d5fe 100644 (file)
@@ -47,6 +47,19 @@ config DRM_KMS_FB_HELPER
        help
          FBDEV helpers for KMS drivers.
 
+config DRM_FBDEV_EMULATION
+       bool "Enable legacy fbdev support for your modesetting driver"
+       depends on DRM
+       select DRM_KMS_HELPER
+       select DRM_KMS_FB_HELPER
+       default y
+       help
+         Choose this option if you have a need for the legacy fbdev
+         support. Note that this support also provides the linux console
+         support on top of your modesetting driver.
+
+         If in doubt, say "Y".
+
 config DRM_LOAD_EDID_FIRMWARE
        bool "Allow to specify an EDID data set instead of probing for it"
        depends on DRM_KMS_HELPER