forked from Minki/linux
R-Car DSI Kconfig dependency fix
-----BEGIN PGP SIGNATURE----- iJgEABYKAEAWIQTAnvhxs4J7QT+XHKnMPy2AAyfeZAUCY2u6WiIcbGF1cmVudC5w aW5jaGFydEBpZGVhc29uYm9hcmQuY29tAAoJEMw/LYADJ95k4YkBALQFtJ2A7Kym 87W+Kj5IwQIB+NrUknx+Xo7Dadol+wKxAP9tQSiesS1BIFRU7uitxZBSGI7KLu4a FpEz94CZnJqWCg== =UyDH -----END PGP SIGNATURE----- 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 <airlied@redhat.com> From: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/Y2u8+uM4A006XRPh@pendragon.ideasonboard.com
This commit is contained in:
commit
42bf3ce70f
@ -44,13 +44,18 @@ config DRM_RCAR_LVDS
|
||||
select OF_FLATTREE
|
||||
select OF_OVERLAY
|
||||
|
||||
config DRM_RCAR_MIPI_DSI
|
||||
tristate "R-Car DU MIPI DSI Encoder Support"
|
||||
depends on DRM && DRM_BRIDGE && OF
|
||||
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
|
||||
help
|
||||
Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
|
||||
|
||||
config DRM_RCAR_MIPI_DSI
|
||||
def_tristate DRM_RCAR_DU
|
||||
depends on DRM_RCAR_USE_MIPI_DSI
|
||||
select DRM_MIPI_DSI
|
||||
|
||||
config DRM_RCAR_VSP
|
||||
bool "R-Car DU VSP Compositor Support" if ARM
|
||||
default y if ARM64
|
||||
|
Loading…
Reference in New Issue
Block a user