Kconfig 1.4 KB

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