| # SPDX-License-Identifier: GPL-2.0 |
| tristate "DRM Support for R-Car Display Unit" |
| depends on ARCH_RENESAS || COMPILE_TEST |
| select DRM_KMS_CMA_HELPER |
| select DRM_GEM_CMA_HELPER |
| Choose this option if you have an R-Car chipset. |
| If M is selected the module will be called rcar-du-drm. |
| tristate "R-Car DU Color Management Module (CMM) Support" |
| Enable support for R-Car Color Management Module (CMM). |
| tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support" |
| Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder. |
| tristate "R-Car DU LVDS Encoder Support" |
| depends on DRM && DRM_BRIDGE && OF |
| Enable support for the R-Car Display Unit embedded LVDS encoders. |
| bool "R-Car DU VSP Compositor Support" if ARM |
| depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m) |
| Enable support to expose the R-Car VSP Compositor as KMS planes. |
| config DRM_RCAR_WRITEBACK |