82 lines · plain
1if ARCH_MXC || COMPILE_TEST2 3config DRM_IMX_LDB_HELPER4 tristate5 6config DRM_IMX8MP_DW_HDMI_BRIDGE7 tristate "Freescale i.MX8MP HDMI-TX bridge support"8 depends on OF9 depends on COMMON_CLK10 select DRM_DW_HDMI11 imply DRM_IMX8MP_HDMI_PVI12 imply PHY_FSL_SAMSUNG_HDMI_PHY13 help14 Choose this to enable support for the internal HDMI encoder found15 on the i.MX8MP SoC.16 17config DRM_IMX8MP_HDMI_PVI18 tristate "Freescale i.MX8MP HDMI PVI bridge support"19 depends on OF20 help21 Choose this to enable support for the internal HDMI TX Parallel22 Video Interface found on the Freescale i.MX8MP SoC.23 24config DRM_IMX8QM_LDB25 tristate "Freescale i.MX8QM LVDS display bridge"26 depends on OF27 depends on COMMON_CLK28 select DRM_IMX_LDB_HELPER29 select DRM_KMS_HELPER30 help31 Choose this to enable the internal LVDS Display Bridge(LDB) found in32 Freescale i.MX8qm processor. Official name of LDB is pixel mapper.33 34config DRM_IMX8QXP_LDB35 tristate "Freescale i.MX8QXP LVDS display bridge"36 depends on OF37 depends on COMMON_CLK38 select DRM_IMX_LDB_HELPER39 select DRM_KMS_HELPER40 help41 Choose this to enable the internal LVDS Display Bridge(LDB) found in42 Freescale i.MX8qxp processor. Official name of LDB is pixel mapper.43 44config DRM_IMX8QXP_PIXEL_COMBINER45 tristate "Freescale i.MX8QM/QXP pixel combiner"46 depends on OF47 depends on COMMON_CLK48 select DRM_KMS_HELPER49 help50 Choose this to enable pixel combiner found in51 Freescale i.MX8qm/qxp processors.52 53config DRM_IMX8QXP_PIXEL_LINK54 tristate "Freescale i.MX8QM/QXP display pixel link"55 depends on OF56 depends on IMX_SCU57 select DRM_KMS_HELPER58 help59 Choose this to enable display pixel link found in60 Freescale i.MX8qm/qxp processors.61 62config DRM_IMX8QXP_PIXEL_LINK_TO_DPI63 tristate "Freescale i.MX8QXP pixel link to display pixel interface"64 depends on OF65 select DRM_KMS_HELPER66 help67 Choose this to enable pixel link to display pixel interface(PXL2DPI)68 found in Freescale i.MX8qxp processor.69 70config DRM_IMX93_MIPI_DSI71 tristate "Freescale i.MX93 specific extensions for Synopsys DW MIPI DSI"72 depends on OF73 depends on COMMON_CLK74 select DRM_DW_MIPI_DSI75 select GENERIC_PHY76 select GENERIC_PHY_MIPI_DPHY77 help78 Choose this to enable MIPI DSI controller found in Freescale i.MX9379 processor.80 81endif # ARCH_MXC || COMPILE_TEST82