0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_ARMADA
0003 tristate "DRM support for Marvell Armada SoCs"
0004 depends on DRM && HAVE_CLK && ARM && MMU
0005 select DRM_KMS_HELPER
0006 help
0007 Support the "LCD" controllers found on the Marvell Armada 510
0008 devices. There are two controllers on the device, each controller
0009 supports graphics and video overlays.
0010
0011 This driver provides no built-in acceleration; acceleration is
0012 performed by other IP found on the SoC. This driver provides
0013 kernel mode setting and buffer management to userspace.