Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

DRM: Armada: depend on ARM

Armada DRM uses relaxed accessors which are not available on other
platforms. Limit it to just ARM.

Acked-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

+1 -1
+1 -1
drivers/gpu/drm/armada/Kconfig
··· 1 1 config DRM_ARMADA 2 2 tristate "DRM support for Marvell Armada SoCs" 3 - depends on DRM && HAVE_CLK 3 + depends on DRM && HAVE_CLK && ARM 4 4 select FB_CFB_FILLRECT 5 5 select FB_CFB_COPYAREA 6 6 select FB_CFB_IMAGEBLIT