From eaf88a7886bfb38e5a1cd26b6e4b9bc19daa2549 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 b441b45658..1806c00c24 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 @@ -163,6 +163,7 @@ CONFIG_DM_ZERO=m CONFIG_DNS_RESOLVER=y CONFIG_DRM=m CONFIG_DRM_VIRTIO_GPU=m +# CONFIG_DRM_FBDEV_EMULATION is not set CONFIG_DUMMY=m CONFIG_DYNAMIC_DEBUG=y CONFIG_E100=m