arm64: fix vnc console on qemu-kvm arm64

Without DRM configured in the Linux kernel, the VNC console will show a
screen with the message: "Display output is not active".

Although the on QEMU-KVM AMD64 the issue is not presented, I have
enabled the same flags for consistency.

Fixes: https://github.com/flatcar/Flatcar/issues/1030
This commit is contained in:
Adrian Vladu 2023-05-26 15:55:13 +03:00
parent 5161665848
commit c76e969d47
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
- Enabled the virtio GPU driver ([scripts#830](https://github.com/flatcar/scripts/pull/830))

View File

@ -164,6 +164,8 @@ CONFIG_DM_UEVENT=y
CONFIG_DM_VERITY=m
CONFIG_DM_ZERO=m
CONFIG_DNS_RESOLVER=y
CONFIG_DRM=m
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_DUMMY=m
CONFIG_DYNAMIC_DEBUG=y
CONFIG_E100=m