Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. help
  10. enable i.MX graphics support
  11. config DRM_IMX_FB_HELPER
  12. tristate "provide legacy framebuffer /dev/fb0"
  13. select DRM_KMS_CMA_HELPER
  14. depends on DRM_IMX
  15. help
  16. The DRM framework can provide a legacy /dev/fb0 framebuffer
  17. for your device. This is necessary to get a framebuffer console
  18. and also for applications using the legacy framebuffer API
  19. config DRM_IMX_PARALLEL_DISPLAY
  20. tristate "Support for parallel displays"
  21. select DRM_PANEL
  22. depends on DRM_IMX
  23. select VIDEOMODE_HELPERS
  24. config DRM_IMX_TVE
  25. tristate "Support for TV and VGA displays"
  26. depends on DRM_IMX
  27. select REGMAP_MMIO
  28. help
  29. Choose this to enable the internal Television Encoder (TVe)
  30. found on i.MX53 processors.
  31. config DRM_IMX_LDB
  32. tristate "Support for LVDS displays"
  33. depends on DRM_IMX && MFD_SYSCON
  34. help
  35. Choose this to enable the internal LVDS Display Bridge (LDB)
  36. found on i.MX53 and i.MX6 processors.
  37. config DRM_IMX_IPUV3
  38. tristate "DRM Support for i.MX IPUv3"
  39. depends on DRM_IMX
  40. depends on IMX_IPUV3_CORE
  41. help
  42. Choose this if you have a i.MX5 or i.MX6 processor.
  43. config DRM_IMX_HDMI
  44. tristate "Freescale i.MX DRM HDMI"
  45. depends on DRM_IMX
  46. help
  47. Choose this if you want to use HDMI on i.MX6.