Kconfig (3818715f62b42b5c0bcf456ded3f59ed3908cd6f) | Kconfig (e60c4354840b2fe8e1c4df3fdc5c17039824ff96) |
---|---|
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 |
|
1config DRM_IMX8QXP_LDB 2 tristate "Freescale i.MX8QXP 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.MX8qxp processor. Official name of LDB is pixel mapper. --- 26 unchanged lines hidden --- | 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. --- 26 unchanged lines hidden --- |