Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DRM_IMX
  3. tristate "DRM Support for Freescale i.MX"
  4. select DRM_CLIENT_SELECTION
  5. select DRM_KMS_HELPER
  6. select VIDEOMODE_HELPERS
  7. select DRM_GEM_DMA_HELPER
  8. depends on DRM && (ARCH_MXC || COMPILE_TEST)
  9. depends on IMX_IPUV3_CORE
  10. help
  11. enable i.MX graphics support
  12. config DRM_IMX_PARALLEL_DISPLAY
  13. tristate "Support for parallel displays"
  14. depends on DRM_IMX
  15. select DRM_BRIDGE
  16. select DRM_BRIDGE_CONNECTOR
  17. select DRM_IMX_LEGACY_BRIDGE
  18. select DRM_PANEL_BRIDGE
  19. select VIDEOMODE_HELPERS
  20. config DRM_IMX_TVE
  21. tristate "Support for TV and VGA displays"
  22. depends on DRM_IMX
  23. depends on COMMON_CLK
  24. select REGMAP_MMIO
  25. help
  26. Choose this to enable the internal Television Encoder (TVe)
  27. found on i.MX53 processors.
  28. config DRM_IMX_LDB
  29. tristate "Support for LVDS displays"
  30. depends on DRM_IMX
  31. depends on COMMON_CLK
  32. select MFD_SYSCON
  33. select DRM_BRIDGE
  34. select DRM_BRIDGE_CONNECTOR
  35. select DRM_PANEL_BRIDGE
  36. select DRM_IMX_LEGACY_BRIDGE
  37. help
  38. Choose this to enable the internal LVDS Display Bridge (LDB)
  39. found on i.MX53 and i.MX6 processors.
  40. config DRM_IMX_HDMI
  41. tristate "Freescale i.MX DRM HDMI"
  42. select DRM_DW_HDMI
  43. depends on DRM_IMX && OF
  44. help
  45. Choose this if you want to use HDMI on i.MX6.