diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-07-08 21:54:04 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-09 22:22:16 +0200 |
commit | 68152fea9b30a58c520c1501c0fdd33e13e16a1a (patch) | |
tree | 34c49e33e8188b2e0bff9ce8115ff285e86cdb88 | |
parent | 3d1316d87d847526d3a252490aab86a49cc95467 (diff) | |
download | buildroot-68152fea9b30a58c520c1501c0fdd33e13e16a1a.tar.gz buildroot-68152fea9b30a58c520c1501c0fdd33e13e16a1a.zip |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | board/qemu/x86/linux-4.1.config | 2 | ||||
-rw-r--r-- | board/qemu/x86_64/linux-4.1.config | 2 |
2 files changed, 4 insertions, 0 deletions
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 |