gem5 graphic mode: checkout just the linux kernel

This commit is contained in:
Ciro Santilli
2018-06-07 06:33:05 +01:00
parent 61c5162fa6
commit 38fd6153d9
4 changed files with 108 additions and 42 deletions

View File

@@ -0,0 +1,9 @@
CONFIG_DRM=y
## QEMU
CONFIG_DRM_VIRTIO_GPU=y
## gem5
CONFIG_DRM_HDLCD=y
# Only present in the gem5 fork.
CONFIG_DRM_VIRT_ENCODER=y