diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2019-04-18 07:26:23 +0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-04-18 12:06:47 +0200 |
commit | ee38ffb4a9a95eb350b9791fda8439521507c7e2 (patch) | |
tree | a12f2cc8926e37ac2d61175aeadf4be5fc00011c /target/linux/armvirt | |
parent | 16b381179f0696e1365681bc407cf891d8eb0494 (diff) | |
download | upstream-ee38ffb4a9a95eb350b9791fda8439521507c7e2.tar.gz upstream-ee38ffb4a9a95eb350b9791fda8439521507c7e2.tar.bz2 upstream-ee38ffb4a9a95eb350b9791fda8439521507c7e2.zip |
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 <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/armvirt')
-rw-r--r-- | target/linux/armvirt/64/config-default | 4 |
1 files changed, 4 insertions, 0 deletions
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 |