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>
This commit is contained in:
Gustavo Zacarias 2015-07-08 21:54:04 -03:00 committed by Thomas Petazzoni
parent 3d1316d87d
commit 68152fea9b
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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