Kconfig 994 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. config DRM_IMX
  2. tristate "DRM Support for Freescale i.MX"
  3. select DRM_KMS_HELPER
  4. select VIDEOMODE_HELPERS
  5. select DRM_GEM_CMA_HELPER
  6. select DRM_KMS_CMA_HELPER
  7. depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
  8. depends on IMX_IPUV3_CORE
  9. help
  10. enable i.MX graphics support
  11. config DRM_IMX_PARALLEL_DISPLAY
  12. tristate "Support for parallel displays"
  13. select DRM_PANEL
  14. depends on DRM_IMX
  15. select VIDEOMODE_HELPERS
  16. config DRM_IMX_TVE
  17. tristate "Support for TV and VGA displays"
  18. depends on DRM_IMX
  19. select REGMAP_MMIO
  20. help
  21. Choose this to enable the internal Television Encoder (TVe)
  22. found on i.MX53 processors.
  23. config DRM_IMX_LDB
  24. tristate "Support for LVDS displays"
  25. depends on DRM_IMX && MFD_SYSCON
  26. select DRM_PANEL
  27. help
  28. Choose this to enable the internal LVDS Display Bridge (LDB)
  29. found on i.MX53 and i.MX6 processors.
  30. config DRM_IMX_HDMI
  31. tristate "Freescale i.MX DRM HDMI"
  32. select DRM_DW_HDMI
  33. depends on DRM_IMX
  34. help
  35. Choose this if you want to use HDMI on i.MX6.