Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ec60ca6 authored by Boris Brezillon's avatar Boris Brezillon Committed by Dave Airlie
Browse files

drm: atmel-hlcdc: Add dependency on ARM



The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of
symbols only available when HAVE_DMA_ATTRS is selected.
Add a dependency on the ARM architecture which select this option.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarDave Airlie <airlied@gmail.com>
parent 40039904
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config DRM_ATMEL_HLCDC
	tristate "DRM Support for ATMEL HLCDC Display Controller"
	depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC
	depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC && ARM
	select DRM_GEM_CMA_HELPER
	select DRM_KMS_HELPER
	select DRM_KMS_FB_HELPER