# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_DRM_ARMADA[0m tristate "DRM support for Marvell Armada SoCs" depends on [31mCONFIG_DRM[0m && [31mCONFIG_HAVE_CLK[0m && [31mCONFIG_ARM[0m && [31mCONFIG_MMU[0m select [31mCONFIG_DRM_KMS_HELPER[0m help Support the "LCD" controllers found on the Marvell Armada 510 devices. There are two controllers on the device, each controller supports graphics and video overlays. This driver provides no built-in acceleration; acceleration is performed by other IP found on the SoC. This driver provides kernel mode setting and buffer management to userspace. |