Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-next
[linux-2.6-microblaze.git] / drivers / gpu / drm / pl111 / Kconfig
1 config DRM_PL111
2         tristate "DRM Support for PL111 CLCD Controller"
3         depends on DRM
4         depends on ARM || ARM64 || COMPILE_TEST
5         depends on COMMON_CLK
6         select DRM_KMS_HELPER
7         select DRM_KMS_CMA_HELPER
8         select DRM_GEM_CMA_HELPER
9         select DRM_BRIDGE
10         select DRM_PANEL_BRIDGE
11         select DRM_DUMB_VGA_DAC
12         select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
13         help
14           Choose this option for DRM support for the PL111 CLCD controller.
15           If M is selected the module will be called pl111_drm.
16