xref: /openbmc/linux/drivers/gpu/drm/armada/Kconfig (revision 4520844b)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
296f60e37SRussell Kingconfig DRM_ARMADA
396f60e37SRussell King	tristate "DRM support for Marvell Armada SoCs"
4f0c379a1SArnd Bergmann	depends on DRM && HAVE_CLK && ARM && MMU
596f60e37SRussell King	select DRM_KMS_HELPER
6*4520844bSThomas Zimmermann	select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
796f60e37SRussell King	help
896f60e37SRussell King	  Support the "LCD" controllers found on the Marvell Armada 510
996f60e37SRussell King	  devices.  There are two controllers on the device, each controller
1096f60e37SRussell King	  supports graphics and video overlays.
1196f60e37SRussell King
1296f60e37SRussell King	  This driver provides no built-in acceleration; acceleration is
1396f60e37SRussell King	  performed by other IP found on the SoC.  This driver provides
1496f60e37SRussell King	  kernel mode setting and buffer management to userspace.
15