blob: eb773e9af313a6715f21dcc1ede2cf98eee07afe [file] [log] [blame]
Russell King96f60e32012-08-15 13:59:49 +01001config DRM_ARMADA
2 tristate "DRM support for Marvell Armada SoCs"
Russell King796c8e12013-10-22 14:11:36 +01003 depends on DRM && HAVE_CLK && ARM
Russell King96f60e32012-08-15 13:59:49 +01004 select FB_CFB_FILLRECT
5 select FB_CFB_COPYAREA
6 select FB_CFB_IMAGEBLIT
7 select DRM_KMS_HELPER
Russell Kingbed86f12014-01-27 23:33:11 +00008 select DRM_KMS_FB_HELPER
Russell King96f60e32012-08-15 13:59:49 +01009 help
10 Support the "LCD" controllers found on the Marvell Armada 510
11 devices. There are two controllers on the device, each controller
12 supports graphics and video overlays.
13
14 This driver provides no built-in acceleration; acceleration is
15 performed by other IP found on the SoC. This driver provides
16 kernel mode setting and buffer management to userspace.