forked from Minki/linux
9ec60ca682
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: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Dave Airlie <airlied@gmail.com>
12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
config DRM_ATMEL_HLCDC
|
|
tristate "DRM Support for ATMEL HLCDC Display Controller"
|
|
depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC && ARM
|
|
select DRM_GEM_CMA_HELPER
|
|
select DRM_KMS_HELPER
|
|
select DRM_KMS_FB_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_PANEL
|
|
help
|
|
Choose this option if you have an ATMEL SoC with an HLCDC display
|
|
controller (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family).
|