-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commontorizon: qemuarm64: Add DRM support
Signed-off-by: Matheus Castello <[email protected]>
- Loading branch information
1 parent
8796856
commit d53b6ea
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# enable qemuarm drm | ||
CONFIG_DRM=y | ||
CONFIG_DRM_PANEL_SIMPLE=y | ||
CONFIG_DRM_BRIDGE=y | ||
CONFIG_DRM_PANEL_BRIDGE=y | ||
CONFIG_DRM_CIRRUS_QEMU=y | ||
CONFIG_DRM_VBOXVIDEO=y | ||
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y | ||
CONFIG_FB_CMDLINE=y | ||
CONFIG_FB_NOTIFY=y | ||
CONFIG_FB=y | ||
CONFIG_FIRMWARE_EDID=y | ||
CONFIG_FB_DDC=m | ||
CONFIG_FB_BOOT_VESA_SUPPORT=y | ||
CONFIG_FB_CFB_FILLRECT=y | ||
CONFIG_FB_CFB_COPYAREA=y | ||
CONFIG_FB_CFB_IMAGEBLIT=y | ||
CONFIG_FB_SYS_FILLRECT=y | ||
CONFIG_FB_SYS_COPYAREA=y | ||
CONFIG_FB_SYS_IMAGEBLIT=y | ||
# CONFIG_FB_FOREIGN_ENDIAN is not set | ||
CONFIG_FB_SYS_FOPS=y | ||
CONFIG_FB_DEFERRED_IO=y | ||
CONFIG_FB_HECUBA=m | ||
CONFIG_FB_SVGALIB=m | ||
CONFIG_FB_BACKLIGHT=m | ||
CONFIG_FB_MODE_HELPERS=y | ||
CONFIG_FB_TILEBLITTING=y | ||
CONFIG_FB_CIRRUS=y | ||
CONFIG_FB_ARC=y | ||
# CONFIG_FB_ASILIANT is not set | ||
# CONFIG_FB_IMSTT is not set | ||
CONFIG_FB_VGA16=y | ||
CONFIG_FB_UVESA=y | ||
CONFIG_FB_VESA=y | ||
CONFIG_FB_SIMPLE=y | ||
CONFIG_DRM_VMWGFX=m | ||
CONFIG_DRM_VMWGFX_FBCON=y | ||
CONFIG_USB_SERIAL=y | ||
CONFIG_USB_SERIAL_CONSOLE=y | ||
CONFIG_USB_SERIAL_CP210X=y |