Kconfig (1ec17c26bc06289d368e2523c0e95b5038c6eeb5) | Kconfig (96988a526c97cfbe6664e637640dca9406b0b928) |
---|---|
1config DRM_IMX8QXP_PIXEL_COMBINER 2 tristate "Freescale i.MX8QM/QXP pixel combiner" 3 depends on OF 4 depends on COMMON_CLK 5 select DRM_KMS_HELPER 6 help 7 Choose this to enable pixel combiner found in 8 Freescale i.MX8qm/qxp processors. 9 10config DRM_IMX8QXP_PIXEL_LINK 11 tristate "Freescale i.MX8QM/QXP display pixel link" 12 depends on OF 13 depends on IMX_SCU 14 select DRM_KMS_HELPER 15 help 16 Choose this to enable display pixel link found in 17 Freescale i.MX8qm/qxp processors. | 1config DRM_IMX8QXP_PIXEL_COMBINER 2 tristate "Freescale i.MX8QM/QXP pixel combiner" 3 depends on OF 4 depends on COMMON_CLK 5 select DRM_KMS_HELPER 6 help 7 Choose this to enable pixel combiner found in 8 Freescale i.MX8qm/qxp processors. 9 10config DRM_IMX8QXP_PIXEL_LINK 11 tristate "Freescale i.MX8QM/QXP display pixel link" 12 depends on OF 13 depends on IMX_SCU 14 select DRM_KMS_HELPER 15 help 16 Choose this to enable display pixel link found in 17 Freescale i.MX8qm/qxp processors. |
18 19config DRM_IMX8QXP_PIXEL_LINK_TO_DPI 20 tristate "Freescale i.MX8QXP pixel link to display pixel interface" 21 depends on OF 22 select DRM_KMS_HELPER 23 help 24 Choose this to enable pixel link to display pixel interface(PXL2DPI) 25 found in Freescale i.MX8qxp processor. |
|