From 34d3eacc5dc802e6db4ce08b8ef586b56764f173 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Tue, 7 Sep 2021 19:50:08 +0200 Subject: dashboard/config/linux: config DRM_FBDEV_EMULATION is required by DRM_VMWGFX_FBCON As of [1] DRM_VMWGFX_FBCON depends on DRM_FBDEV_EMULATION. It doesn't hurt to always enable it also on older kernels. [1] https://git.kernel.org/torvalds/c/5dbf2fc587cb79cb366bd6e79ac6b52269d64fc5 --- dashboard/config/linux/bits/subsystems.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index c192a4fbe..7bc0b706f 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -771,6 +771,7 @@ config: - DRM_VKMS - DRM_VMWGFX: [x86_64] - DRM_VMWGFX_FBCON: [x86_64] + - DRM_FBDEV_EMULATION: [x86_64] # required by DRM_VMWGFX_FBCON - DRM_UDL - DRM_BOCHS - DRM_VIRTIO_GPU -- cgit mrf-deployment