Skip to content

Commit 8e5513a

Browse files
committed
sys-kernel/coreos-modules: Reenable console support for DRM
When the virtio graphic mode instead of qemu's bochs was used, the interactive console did not show up because fbdev emulation recently got disabled. Reenable fbdev emulation and also add the "simple" FB DRM driver for UEFI. Signed-off-by: Kai Lueke <[email protected]>
1 parent a9221a4 commit 8e5513a

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,12 @@ CONFIG_DM_VERITY=m
169169
CONFIG_DM_ZERO=m
170170
CONFIG_DNS_RESOLVER=y
171171
CONFIG_DRM=m
172+
CONFIG_DRM_FBDEV_EMULATION=y
173+
CONFIG_DRM_SIMPLEDRM=m
174+
CONFIG_DRM_TTM_HELPER=m
172175
CONFIG_DRM_VIRTIO_GPU=m
176+
CONFIG_DRM_VRAM_HELPER=m
173177
CONFIG_DST_CACHE=y
174-
# CONFIG_DRM_FBDEV_EMULATION is not set
175178
CONFIG_DUMMY=m
176179
CONFIG_DYNAMIC_DEBUG=y
177180
CONFIG_E100=m

0 commit comments

Comments
 (0)