1config DRM_IMX8QM_LDB 2 tristate "Freescale i.MX8QM 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.MX8qm processor. Official name of LDB is pixel mapper. 9 10config DRM_IMX8QXP_LDB 11 tristate "Freescale i.MX8QXP LVDS display bridge" 12 depends on OF 13 depends on COMMON_CLK 14 select DRM_KMS_HELPER 15 help 16 Choose this to enable the internal LVDS Display Bridge(LDB) found in 17 Freescale i.MX8qxp processor. Official name of LDB is pixel mapper. 18 19config DRM_IMX8QXP_PIXEL_COMBINER 20 tristate "Freescale i.MX8QM/QXP pixel combiner" 21 depends on OF 22 depends on COMMON_CLK 23 select DRM_KMS_HELPER 24 help 25 Choose this to enable pixel combiner found in 26 Freescale i.MX8qm/qxp processors. 27 28config DRM_IMX8QXP_PIXEL_LINK 29 tristate "Freescale i.MX8QM/QXP display pixel link" 30 depends on OF 31 depends on IMX_SCU 32 select DRM_KMS_HELPER 33 help 34 Choose this to enable display pixel link found in 35 Freescale i.MX8qm/qxp processors. 36 37config DRM_IMX8QXP_PIXEL_LINK_TO_DPI 38 tristate "Freescale i.MX8QXP pixel link to display pixel interface" 39 depends on OF 40 select DRM_KMS_HELPER 41 help 42 Choose this to enable pixel link to display pixel interface(PXL2DPI) 43 found in Freescale i.MX8qxp processor. 44