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 Gen3 and RZ/G2 DU HDMI Encoder Support"
29 Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder.
32 tristate "R-Car DU LVDS Encoder Support"
33 depends on DRM && DRM_BRIDGE && OF
39 Enable support for the R-Car Display Unit embedded LVDS encoders.
42 bool "R-Car DU VSP Compositor Support" if ARM
44 depends on DRM_RCAR_DU
45 depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
47 Enable support to expose the R-Car VSP Compositor as KMS planes.
49 config DRM_RCAR_WRITEBACK
52 depends on DRM_RCAR_DU