File tree Expand file tree Collapse file tree 4 files changed +999
-0
lines changed Expand file tree Collapse file tree 4 files changed +999
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ config DRM_RCAR_LVDS
45
45
select OF_FLATTREE
46
46
select OF_OVERLAY
47
47
48
+ config DRM_RCAR_MIPI_DSI
49
+ tristate "R-Car DU MIPI DSI Encoder Support"
50
+ depends on DRM && DRM_BRIDGE && OF
51
+ select DRM_MIPI_DSI
52
+ help
53
+ Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
54
+
48
55
config DRM_RCAR_VSP
49
56
bool "R-Car DU VSP Compositor Support" if ARM
50
57
default y if ARM64
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ obj-$(CONFIG_DRM_RCAR_CMM) += rcar_cmm.o
19
19
obj-$(CONFIG_DRM_RCAR_DU) += rcar-du-drm.o
20
20
obj-$(CONFIG_DRM_RCAR_DW_HDMI) += rcar_dw_hdmi.o
21
21
obj-$(CONFIG_DRM_RCAR_LVDS) += rcar_lvds.o
22
+ obj-$(CONFIG_DRM_RCAR_MIPI_DSI) += rcar_mipi_dsi.o
22
23
23
24
# 'remote-endpoint' is fixed up at run-time
24
25
DTC_FLAGS_rcar_du_of_lvds_r8a7790 += -Wno-graph_endpoint
You can’t perform that action at this time.
0 commit comments