Skip to content

Commit 75a0efb

Browse files
jepioader1990
authored andcommitted
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 <jpiotrowski@microsoft.com>
1 parent a2dc416 commit 75a0efb

File tree

1 file changed

+1
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files

1 file changed

+1
-0
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ CONFIG_DNS_RESOLVER=y
171171
CONFIG_DRM=m
172172
CONFIG_DRM_VIRTIO_GPU=m
173173
CONFIG_DST_CACHE=y
174+
# CONFIG_DRM_FBDEV_EMULATION is not set
174175
CONFIG_DUMMY=m
175176
CONFIG_DYNAMIC_DEBUG=y
176177
CONFIG_E100=m

0 commit comments

Comments
 (0)