From ee38ffb4a9a95eb350b9791fda8439521507c7e2 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Thu, 18 Apr 2019 07:26:23 +0300 Subject: [PATCH] armvirt64: enable qemu drm drivers adds the qemu video drivers and also fixes the build failure introduced with drm-kms-helper Signed-off-by: Lucian Cristian --- target/linux/armvirt/64/config-default | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/armvirt/64/config-default b/target/linux/armvirt/64/config-default index a38a9162b6..e5c05b3160 100644 --- a/target/linux/armvirt/64/config-default +++ b/target/linux/armvirt/64/config-default @@ -92,6 +92,10 @@ CONFIG_CRYPTO_SHA512_ARM64=y # CONFIG_DEBUG_ALIGN_RODATA is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_RODATA=y +CONFIG_DRM=y +CONFIG_DRM_QXL=y +CONFIG_DRM_BOCHS=y +CONFIG_DRM_VIRTIO_GPU=y CONFIG_FB=y CONFIG_FB_ARMCLCD=y CONFIG_FB_CFB_COPYAREA=y -- 2.30.2