xref: /linux/drivers/gpu/drm/bridge/imx/Kconfig (revision 3818715f62b42b5c0bcf456ded3f59ed3908cd6f)
1config DRM_IMX8QXP_LDB
2	tristate "Freescale i.MX8QXP LVDS display bridge"
3	depends on OF
4	depends on COMMON_CLK
5	select DRM_KMS_HELPER
6	help
7	  Choose this to enable the internal LVDS Display Bridge(LDB) found in
8	  Freescale i.MX8qxp processor.  Official name of LDB is pixel mapper.
9
10config DRM_IMX8QXP_PIXEL_COMBINER
11	tristate "Freescale i.MX8QM/QXP pixel combiner"
12	depends on OF
13	depends on COMMON_CLK
14	select DRM_KMS_HELPER
15	help
16	  Choose this to enable pixel combiner found in
17	  Freescale i.MX8qm/qxp processors.
18
19config DRM_IMX8QXP_PIXEL_LINK
20	tristate "Freescale i.MX8QM/QXP display pixel link"
21	depends on OF
22	depends on IMX_SCU
23	select DRM_KMS_HELPER
24	help
25	  Choose this to enable display pixel link found in
26	  Freescale i.MX8qm/qxp processors.
27
28config DRM_IMX8QXP_PIXEL_LINK_TO_DPI
29	tristate "Freescale i.MX8QXP pixel link to display pixel interface"
30	depends on OF
31	select DRM_KMS_HELPER
32	help
33	  Choose this to enable pixel link to display pixel interface(PXL2DPI)
34	  found in Freescale i.MX8qxp processor.
35