Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # SPDX-License-Identifier: GPL-2.0
  2. config DRM_RCAR_DU
  3. tristate "DRM Support for R-Car Display Unit"
  4. depends on DRM && OF
  5. depends on ARM || ARM64
  6. depends on ARCH_RENESAS || COMPILE_TEST
  7. select DRM_KMS_HELPER
  8. select DRM_KMS_CMA_HELPER
  9. select DRM_GEM_CMA_HELPER
  10. select VIDEOMODE_HELPERS
  11. help
  12. Choose this option if you have an R-Car chipset.
  13. If M is selected the module will be called rcar-du-drm.
  14. config DRM_RCAR_DW_HDMI
  15. tristate "R-Car DU Gen3 HDMI Encoder Support"
  16. depends on DRM && OF
  17. select DRM_DW_HDMI
  18. help
  19. Enable support for R-Car Gen3 internal HDMI encoder.
  20. config DRM_RCAR_LVDS
  21. tristate "R-Car DU LVDS Encoder Support"
  22. depends on DRM && DRM_BRIDGE && OF
  23. select DRM_PANEL
  24. select OF_FLATTREE
  25. select OF_OVERLAY
  26. help
  27. Enable support for the R-Car Display Unit embedded LVDS encoders.
  28. config DRM_RCAR_VSP
  29. bool "R-Car DU VSP Compositor Support" if ARM
  30. default y if ARM64
  31. depends on DRM_RCAR_DU
  32. depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
  33. help
  34. Enable support to expose the R-Car VSP Compositor as KMS planes.