.. | .. |
---|
4 | 4 | depends on DRM && OF |
---|
5 | 5 | depends on ARM || ARM64 |
---|
6 | 6 | depends on ARCH_RENESAS || COMPILE_TEST |
---|
7 | | - imply DRM_RCAR_CMM |
---|
8 | | - imply DRM_RCAR_LVDS |
---|
9 | 7 | select DRM_KMS_HELPER |
---|
10 | 8 | select DRM_KMS_CMA_HELPER |
---|
11 | 9 | select DRM_GEM_CMA_HELPER |
---|
.. | .. |
---|
14 | 12 | Choose this option if you have an R-Car chipset. |
---|
15 | 13 | If M is selected the module will be called rcar-du-drm. |
---|
16 | 14 | |
---|
17 | | -config DRM_RCAR_CMM |
---|
18 | | - tristate "R-Car DU Color Management Module (CMM) Support" |
---|
19 | | - depends on DRM && OF |
---|
| 15 | +config DRM_RCAR_USE_CMM |
---|
| 16 | + bool "R-Car DU Color Management Module (CMM) Support" |
---|
20 | 17 | depends on DRM_RCAR_DU |
---|
| 18 | + default DRM_RCAR_DU |
---|
21 | 19 | help |
---|
22 | 20 | Enable support for R-Car Color Management Module (CMM). |
---|
| 21 | + |
---|
| 22 | +config DRM_RCAR_CMM |
---|
| 23 | + def_tristate DRM_RCAR_DU |
---|
| 24 | + depends on DRM_RCAR_USE_CMM |
---|
23 | 25 | |
---|
24 | 26 | config DRM_RCAR_DW_HDMI |
---|
25 | 27 | tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support" |
---|
.. | .. |
---|
28 | 30 | help |
---|
29 | 31 | Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder. |
---|
30 | 32 | |
---|
| 33 | +config DRM_RCAR_USE_LVDS |
---|
| 34 | + bool "R-Car DU LVDS Encoder Support" |
---|
| 35 | + depends on DRM_BRIDGE && OF |
---|
| 36 | + default DRM_RCAR_DU |
---|
| 37 | + help |
---|
| 38 | + Enable support for the R-Car Display Unit embedded LVDS encoders. |
---|
| 39 | + |
---|
31 | 40 | config DRM_RCAR_LVDS |
---|
32 | | - tristate "R-Car DU LVDS Encoder Support" |
---|
33 | | - depends on DRM && DRM_BRIDGE && OF |
---|
| 41 | + def_tristate DRM_RCAR_DU |
---|
| 42 | + depends on DRM_RCAR_USE_LVDS |
---|
34 | 43 | select DRM_KMS_HELPER |
---|
35 | 44 | select DRM_PANEL |
---|
36 | 45 | select OF_FLATTREE |
---|
37 | 46 | select OF_OVERLAY |
---|
38 | | - help |
---|
39 | | - Enable support for the R-Car Display Unit embedded LVDS encoders. |
---|
40 | 47 | |
---|
41 | 48 | config DRM_RCAR_VSP |
---|
42 | 49 | bool "R-Car DU VSP Compositor Support" if ARM |
---|