Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.13.7
 1# SPDX-License-Identifier: GPL-2.0-only
 2config DRM_ARMADA
 3	tristate "DRM support for Marvell Armada SoCs"
 4	depends on DRM && HAVE_CLK && ARM && MMU
 5	select DRM_CLIENT_SELECTION
 6	select DRM_KMS_HELPER
 7	select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
 8	help
 9	  Support the "LCD" controllers found on the Marvell Armada 510
10	  devices.  There are two controllers on the device, each controller
11	  supports graphics and video overlays.
12
13	  This driver provides no built-in acceleration; acceleration is
14	  performed by other IP found on the SoC.  This driver provides
15	  kernel mode setting and buffer management to userspace.
v4.10.11
 
 1config DRM_ARMADA
 2	tristate "DRM support for Marvell Armada SoCs"
 3	depends on DRM && HAVE_CLK && ARM
 
 4	select DRM_KMS_HELPER
 
 5	help
 6	  Support the "LCD" controllers found on the Marvell Armada 510
 7	  devices.  There are two controllers on the device, each controller
 8	  supports graphics and video overlays.
 9
10	  This driver provides no built-in acceleration; acceleration is
11	  performed by other IP found on the SoC.  This driver provides
12	  kernel mode setting and buffer management to userspace.