Loading...
1config DRM_RCAR_DU
2 tristate "DRM Support for R-Car Display Unit"
3 depends on DRM && OF
4 depends on ARM || ARM64
5 depends on ARCH_SHMOBILE || COMPILE_TEST
6 select DRM_KMS_HELPER
7 select DRM_KMS_CMA_HELPER
8 select DRM_GEM_CMA_HELPER
9 select DRM_KMS_FB_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
15config DRM_RCAR_HDMI
16 bool "R-Car DU HDMI Encoder Support"
17 depends on DRM_RCAR_DU
18 help
19 Enable support for external HDMI encoders.
20
21config DRM_RCAR_LVDS
22 bool "R-Car DU LVDS Encoder Support"
23 depends on DRM_RCAR_DU
24 help
25 Enable support for the R-Car Display Unit embedded LVDS encoders.
26
27config DRM_RCAR_VSP
28 bool "R-Car DU VSP Compositor Support"
29 depends on DRM_RCAR_DU
30 depends on VIDEO_RENESAS_VSP1
31 help
32 Enable support to expose the R-Car VSP Compositor as KMS planes.
1# SPDX-License-Identifier: GPL-2.0
2config 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_GEM_DMA_HELPER
9 select VIDEOMODE_HELPERS
10 help
11 Choose this option if you have an R-Car chipset.
12 If M is selected the module will be called rcar-du-drm.
13
14config DRM_RCAR_USE_CMM
15 bool "R-Car DU Color Management Module (CMM) Support"
16 depends on DRM_RCAR_DU
17 default DRM_RCAR_DU
18 help
19 Enable support for R-Car Color Management Module (CMM).
20
21config DRM_RCAR_CMM
22 def_tristate DRM_RCAR_DU
23 depends on DRM_RCAR_USE_CMM
24
25config DRM_RCAR_DW_HDMI
26 tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support"
27 depends on DRM && OF
28 select DRM_DW_HDMI
29 help
30 Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder.
31
32config DRM_RCAR_USE_LVDS
33 bool "R-Car DU LVDS Encoder Support"
34 depends on DRM_BRIDGE && OF
35 default DRM_RCAR_DU
36 help
37 Enable support for the R-Car Display Unit embedded LVDS encoders.
38
39config DRM_RCAR_LVDS
40 def_tristate DRM_RCAR_DU
41 depends on DRM_RCAR_USE_LVDS
42 select DRM_KMS_HELPER
43 select DRM_PANEL
44
45config DRM_RCAR_USE_MIPI_DSI
46 bool "R-Car DU MIPI DSI Encoder Support"
47 depends on DRM_BRIDGE && OF
48 default DRM_RCAR_DU
49 help
50 Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
51
52config DRM_RCAR_MIPI_DSI
53 def_tristate DRM_RCAR_DU
54 depends on DRM_RCAR_USE_MIPI_DSI
55 select DRM_MIPI_DSI
56
57config DRM_RZG2L_MIPI_DSI
58 tristate "RZ/G2L MIPI DSI Encoder Support"
59 depends on DRM && DRM_BRIDGE && OF
60 depends on ARCH_RENESAS || COMPILE_TEST
61 select DRM_MIPI_DSI
62 help
63 Enable support for the RZ/G2L Display Unit embedded MIPI DSI encoders.
64
65config DRM_RCAR_VSP
66 bool "R-Car DU VSP Compositor Support" if ARM
67 default y if ARM64
68 depends on DRM_RCAR_DU
69 depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
70 help
71 Enable support to expose the R-Car VSP Compositor as KMS planes.
72
73config DRM_RCAR_WRITEBACK
74 bool
75 default y if ARM64
76 depends on DRM_RCAR_DU