Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. config DRM_IMX
  2. tristate "DRM Support for Freescale i.MX"
  3. select DRM_KMS_HELPER
  4. select DRM_KMS_FB_HELPER
  5. select VIDEOMODE_HELPERS
  6. select DRM_GEM_CMA_HELPER
  7. select DRM_KMS_CMA_HELPER
  8. depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
  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. select DRM_PANEL
  15. depends on DRM_IMX
  16. select VIDEOMODE_HELPERS
  17. config DRM_IMX_TVE
  18. tristate "Support for TV and VGA displays"
  19. depends on DRM_IMX
  20. select REGMAP_MMIO
  21. help
  22. Choose this to enable the internal Television Encoder (TVe)
  23. found on i.MX53 processors.
  24. config DRM_IMX_LDB
  25. tristate "Support for LVDS displays"
  26. depends on DRM_IMX && MFD_SYSCON
  27. select DRM_PANEL
  28. help
  29. Choose this to enable the internal LVDS Display Bridge (LDB)
  30. found on i.MX53 and i.MX6 processors.
  31. config DRM_IMX_IPUV3
  32. tristate
  33. depends on DRM_IMX
  34. depends on IMX_IPUV3_CORE
  35. default y if DRM_IMX=y
  36. default m if DRM_IMX=m
  37. config DRM_IMX_HDMI
  38. tristate "Freescale i.MX DRM HDMI"
  39. select DRM_DW_HDMI
  40. depends on DRM_IMX
  41. help
  42. Choose this if you want to use HDMI on i.MX6.