mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
CONFIG_DRM=y
|
|
|
|
## QEMU
|
|
CONFIG_DRM_VIRTIO_GPU=y
|
|
|
|
## gem5
|
|
CONFIG_DRM_HDLCD=y
|
|
# DP650.
|
|
DRM_MALI_DISPLAY=y
|
|
# Only present in the gem5 fork.
|
|
CONFIG_DRM_VIRT_ENCODER=y
|