DRM: Armada: depend on ARM
authorRussell King <[email protected]>
Tue, 22 Oct 2013 13:11:36 +0000 (14:11 +0100)
committerRussell King <[email protected]>
Tue, 22 Oct 2013 13:34:00 +0000 (14:34 +0100)
Armada DRM uses relaxed accessors which are not available on other
platforms.  Limit it to just ARM.

Acked-by: Rob Clark <[email protected]>
Signed-off-by: Russell King <[email protected]>
drivers/gpu/drm/armada/Kconfig

index 87e62dd4431de79b31aa31e2f3a56060b6b82602..40d371521fe19fea47b4a59b0a4fe1db2054aa54 100644 (file)
@@ -1,6 +1,6 @@
 config DRM_ARMADA
        tristate "DRM support for Marvell Armada SoCs"
-       depends on DRM && HAVE_CLK
+       depends on DRM && HAVE_CLK && ARM
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT