Skip to content

Commit 42bf3ce

Browse files
committed
Merge tag 'drm-fixes-20221109' of git://linuxtv.org/pinchartl/media into drm-fixes
R-Car DSI Kconfig dependency fix Signed-off-by: Dave Airlie <[email protected]> From: Laurent Pinchart <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents 2e4b294 + a830a15 commit 42bf3ce

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

drivers/gpu/drm/rcar-du/Kconfig

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,18 @@ config DRM_RCAR_LVDS
4444
select OF_FLATTREE
4545
select OF_OVERLAY
4646

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
47+
config DRM_RCAR_USE_MIPI_DSI
48+
bool "R-Car DU MIPI DSI Encoder Support"
49+
depends on DRM_BRIDGE && OF
50+
default DRM_RCAR_DU
5151
help
5252
Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
5353

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+
5459
config DRM_RCAR_VSP
5560
bool "R-Car DU VSP Compositor Support" if ARM
5661
default y if ARM64

0 commit comments

Comments
 (0)