xref: /linux/drivers/gpu/drm/imx/lcdc/Kconfig (revision 3fd6c59042dbba50391e30862beac979491145fe)
1c87e859cSMarian Cichyconfig DRM_IMX_LCDC
2c87e859cSMarian Cichy      tristate "Freescale i.MX LCDC displays"
3c87e859cSMarian Cichy      depends on DRM && (ARCH_MXC || COMPILE_TEST)
4c87e859cSMarian Cichy      select DRM_CLIENT_SELECTION
5c87e859cSMarian Cichy      select DRM_GEM_DMA_HELPER
6*9da7ec9bSDmitry Baryshkov      select DRM_KMS_HELPER
7*9da7ec9bSDmitry Baryshkov      select DRM_DISPLAY_HELPER
8c87e859cSMarian Cichy      select DRM_BRIDGE_CONNECTOR
9c87e859cSMarian Cichy      help
10        Found on i.MX1, i.MX21, i.MX25 and i.MX27.
11