Kconfig 1.3 KB

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