Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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_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. help
  36. Choose this to enable the internal LVDS Display Bridge (LDB)
  37. found on i.MX53 and i.MX6 processors.
  38. config DRM_IMX_IPUV3
  39. tristate
  40. depends on DRM_IMX
  41. depends on IMX_IPUV3_CORE
  42. default y if DRM_IMX=y
  43. default m if DRM_IMX=m
  44. config DRM_IMX_HDMI
  45. tristate "Freescale i.MX DRM HDMI"
  46. depends on DRM_IMX
  47. help
  48. Choose this if you want to use HDMI on i.MX6.