1 # SPDX-License-Identifier: GPL-2.0
3 tristate "DRM Support for R-Car Display Unit"
5 depends on ARM || ARM64
6 depends on ARCH_RENESAS || COMPILE_TEST
10 select DRM_KMS_CMA_HELPER
11 select DRM_GEM_CMA_HELPER
12 select VIDEOMODE_HELPERS
14 Choose this option if you have an R-Car chipset.
15 If M is selected the module will be called rcar-du-drm.
18 tristate "R-Car DU Color Management Module (CMM) Support"
20 depends on DRM_RCAR_DU
22 Enable support for R-Car Color Management Module (CMM).
24 config DRM_RCAR_DW_HDMI
25 tristate "R-Car DU Gen3 HDMI Encoder Support"
29 Enable support for R-Car Gen3 internal HDMI encoder.
32 tristate "R-Car DU LVDS Encoder Support"
33 depends on DRM && DRM_BRIDGE && OF
38 Enable support for the R-Car Display Unit embedded LVDS encoders.
41 bool "R-Car DU VSP Compositor Support" if ARM
43 depends on DRM_RCAR_DU
44 depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
46 Enable support to expose the R-Car VSP Compositor as KMS planes.
48 config DRM_RCAR_WRITEBACK