brintos

brintos / linux-shallow public Read only

0
0
Text · 592 B · e5597d7 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_ARMADA3	tristate "DRM support for Marvell Armada SoCs"4	depends on DRM && HAVE_CLK && ARM && MMU5	select DRM_KMS_HELPER6	select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION7	help8	  Support the "LCD" controllers found on the Marvell Armada 5109	  devices.  There are two controllers on the device, each controller10	  supports graphics and video overlays.11 12	  This driver provides no built-in acceleration; acceleration is13	  performed by other IP found on the SoC.  This driver provides14	  kernel mode setting and buffer management to userspace.15