Back to home page

OSCL-LXR

 
 

    


0001 if ARCH_MXC || COMPILE_TEST
0002 
0003 config DRM_IMX8QM_LDB
0004         tristate "Freescale i.MX8QM LVDS display bridge"
0005         depends on OF
0006         depends on COMMON_CLK
0007         select DRM_KMS_HELPER
0008         help
0009           Choose this to enable the internal LVDS Display Bridge(LDB) found in
0010           Freescale i.MX8qm processor.  Official name of LDB is pixel mapper.
0011 
0012 config DRM_IMX8QXP_LDB
0013         tristate "Freescale i.MX8QXP LVDS display bridge"
0014         depends on OF
0015         depends on COMMON_CLK
0016         select DRM_KMS_HELPER
0017         help
0018           Choose this to enable the internal LVDS Display Bridge(LDB) found in
0019           Freescale i.MX8qxp processor.  Official name of LDB is pixel mapper.
0020 
0021 config DRM_IMX8QXP_PIXEL_COMBINER
0022         tristate "Freescale i.MX8QM/QXP pixel combiner"
0023         depends on OF
0024         depends on COMMON_CLK
0025         select DRM_KMS_HELPER
0026         help
0027           Choose this to enable pixel combiner found in
0028           Freescale i.MX8qm/qxp processors.
0029 
0030 config DRM_IMX8QXP_PIXEL_LINK
0031         tristate "Freescale i.MX8QM/QXP display pixel link"
0032         depends on OF
0033         depends on IMX_SCU
0034         select DRM_KMS_HELPER
0035         help
0036           Choose this to enable display pixel link found in
0037           Freescale i.MX8qm/qxp processors.
0038 
0039 config DRM_IMX8QXP_PIXEL_LINK_TO_DPI
0040         tristate "Freescale i.MX8QXP pixel link to display pixel interface"
0041         depends on OF
0042         select DRM_KMS_HELPER
0043         help
0044           Choose this to enable pixel link to display pixel interface(PXL2DPI)
0045           found in Freescale i.MX8qxp processor.
0046 
0047 endif # ARCH_MXC || COMPILE_TEST