From: Gustavo Zacarias Date: Thu, 9 Jul 2015 00:54:04 +0000 (-0300) Subject: qemu/configs: enable DRM+QXL for x86 and x86_64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68152fea9b30a58c520c1501c0fdd33e13e16a1a;p=buildroot.git qemu/configs: enable DRM+QXL for x86 and x86_64 Allows for nicer framebuffer emulation under Qemu with the QXL xorg driver. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/board/qemu/x86/linux-4.1.config b/board/qemu/x86/linux-4.1.config index ce19f8134d..5b644163e6 100644 --- a/board/qemu/x86/linux-4.1.config +++ b/board/qemu/x86/linux-4.1.config @@ -18,3 +18,5 @@ CONFIG_SND_HDA_INTEL=y CONFIG_EXT4_FS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_DRM=y +CONFIG_DRM_QXL=y diff --git a/board/qemu/x86_64/linux-4.1.config b/board/qemu/x86_64/linux-4.1.config index ce19f8134d..5b644163e6 100644 --- a/board/qemu/x86_64/linux-4.1.config +++ b/board/qemu/x86_64/linux-4.1.config @@ -18,3 +18,5 @@ CONFIG_SND_HDA_INTEL=y CONFIG_EXT4_FS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_DRM=y +CONFIG_DRM_QXL=y