treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / gpu / drm / armada / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
96f60e37
RK
2config DRM_ARMADA
3 tristate "DRM support for Marvell Armada SoCs"
f0c379a1 4 depends on DRM && HAVE_CLK && ARM && MMU
96f60e37
RK
5 select DRM_KMS_HELPER
6 help
7 Support the "LCD" controllers found on the Marvell Armada 510
8 devices. There are two controllers on the device, each controller
9 supports graphics and video overlays.
10
11 This driver provides no built-in acceleration; acceleration is
12 performed by other IP found on the SoC. This driver provides
13 kernel mode setting and buffer management to userspace.