blob: 40d371521fe19fea47b4a59b0a4fe1db2054aa54 [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
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.
Russell King585b6912013-05-04 20:08:27 +010016
17config DRM_ARMADA_TDA1998X
18 bool "Support TDA1998X HDMI output"
19 depends on DRM_ARMADA != n
20 depends on I2C && DRM_I2C_NXP_TDA998X = y
21 default y
22 help
23 Support the TDA1998x HDMI output device found on the Solid-Run
24 CuBox.