We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e4b294 + a830a15 commit 42bf3ceCopy full SHA for 42bf3ce
drivers/gpu/drm/rcar-du/Kconfig
@@ -44,13 +44,18 @@ config DRM_RCAR_LVDS
44
select OF_FLATTREE
45
select OF_OVERLAY
46
47
-config DRM_RCAR_MIPI_DSI
48
- tristate "R-Car DU MIPI DSI Encoder Support"
49
- depends on DRM && DRM_BRIDGE && OF
50
- select DRM_MIPI_DSI
+config DRM_RCAR_USE_MIPI_DSI
+ bool "R-Car DU MIPI DSI Encoder Support"
+ depends on DRM_BRIDGE && OF
+ default DRM_RCAR_DU
51
help
52
Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
53
54
+config DRM_RCAR_MIPI_DSI
55
+ def_tristate DRM_RCAR_DU
56
+ depends on DRM_RCAR_USE_MIPI_DSI
57
+ select DRM_MIPI_DSI
58
+
59
config DRM_RCAR_VSP
60
bool "R-Car DU VSP Compositor Support" if ARM
61
default y if ARM64
0 commit comments