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