aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2014-01-27 18:33:11 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-01-27 18:47:14 -0500
commitbed86f15bdc23436fb30d09e2faa3dfb7d3834e1 (patch)
treee72d5e19f3fb0eb028cbd7af9ab18f1d13d0dde6 /drivers/gpu/drm/armada
parentd8ec26d7f8287f5788a494f56e8814210f0e64be (diff)
DRM: armada: fix missing DRM_KMS_FB_HELPER select
Commit 92b6f89f6b8f (drm: Add separate Kconfig option for fbdev helpers) happened in parallel with the inclusion of Armada DRM into mainline, and so missed this update. Add the necessary select statement to avoid build errors. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/armada')
-rw-r--r--drivers/gpu/drm/armada/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/armada/Kconfig b/drivers/gpu/drm/armada/Kconfig
index 40d371521fe1..50ae88ad4d76 100644
--- a/drivers/gpu/drm/armada/Kconfig
+++ b/drivers/gpu/drm/armada/Kconfig
@@ -5,6 +5,7 @@ config DRM_ARMADA
5 select FB_CFB_COPYAREA 5 select FB_CFB_COPYAREA
6 select FB_CFB_IMAGEBLIT 6 select FB_CFB_IMAGEBLIT
7 select DRM_KMS_HELPER 7 select DRM_KMS_HELPER
8 select DRM_KMS_FB_HELPER
8 help 9 help
9 Support the "LCD" controllers found on the Marvell Armada 510 10 Support the "LCD" controllers found on the Marvell Armada 510
10 devices. There are two controllers on the device, each controller 11 devices. There are two controllers on the device, each controller