From da743a4b46e9367954620bab9c7b0ce8b32183f2 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 25 Mar 2025 12:31:43 +0100 Subject: [PATCH] coreos-modules: Disable DRM_FBDEV_EMULATION The out-of-tree nvidia driver requires symbols that are behind DRM_TTM_HELPER if DRM_FBDEV_EMULATION is enabled, but DRM_TTM_HELPER can't be selected unless we build more drm drivers (which is undesirable). To get out of this, disable DRM_FBDEV_EMULATION. Signed-off-by: Jeremi Piotrowski --- .../sys-kernel/coreos-modules/files/commonconfig-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 index f16f1fdd31..31adf3c73f 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 @@ -171,6 +171,7 @@ CONFIG_DNS_RESOLVER=y CONFIG_DRM=m CONFIG_DRM_VIRTIO_GPU=m CONFIG_DST_CACHE=y +# CONFIG_DRM_FBDEV_EMULATION is not set CONFIG_DUMMY=m CONFIG_DYNAMIC_DEBUG=y CONFIG_E100=m