]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/atmel-hlcdc/Kconfig
drm: add Atmel HLCDC Display Controller support
[karo-tx-linux.git] / drivers / gpu / drm / atmel-hlcdc / Kconfig
1 config DRM_ATMEL_HLCDC
2         tristate "DRM Support for ATMEL HLCDC Display Controller"
3         depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC
4         select DRM_GEM_CMA_HELPER
5         select DRM_KMS_HELPER
6         select DRM_KMS_FB_HELPER
7         select DRM_KMS_CMA_HELPER
8         select DRM_PANEL
9         help
10           Choose this option if you have an ATMEL SoC with an HLCDC display
11           controller (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family).