forked from Minki/linux
1a396789f6
The Atmel HLCDC (HLCD Controller) IP available on some Atmel SoCs (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family) provides a display controller device. This display controller supports at least one primary plane and might provide several overlays and an hardware cursor depending on the IP version. At the moment, this driver only implements an RGB connector to interface with LCD panels, but support for other kind of external devices might be added later. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Rob Clark <robdclark@gmail.com> Tested-by: Anthony Harivel <anthony.harivel@emtrion.de> Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
config DRM_ATMEL_HLCDC
|
|
tristate "DRM Support for ATMEL HLCDC Display Controller"
|
|
depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC
|
|
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).
|