blob: eafaeeb7b5b1194938a7ee835d2abb32855f25ef [file] [log] [blame]
Russell King96f60e32012-08-15 13:59:49 +01001config DRM_ARMADA
2 tristate "DRM support for Marvell Armada SoCs"
Arnd Bergmannf0c379a2017-01-11 14:33:35 +01003 depends on DRM && HAVE_CLK && ARM && MMU
Russell King96f60e32012-08-15 13:59:49 +01004 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.