Kconfig fix for RZ/G2L DSI
-----BEGIN PGP SIGNATURE----- iJgEABYKAEAWIQTAnvhxs4J7QT+XHKnMPy2AAyfeZAUCY3wX9CIcbGF1cmVudC5w aW5jaGFydEBpZGVhc29uYm9hcmQuY29tAAoJEMw/LYADJ95kN4gA/1sxvsI9GfPv smwNQDHp+5FSIs0HUXoaM8cRAONcDsFyAQD0pdFf1lrcrAPCeUiXD20/2BH+Yxnu V6CsGTnRoH0fAg== =9x6Z -----END PGP SIGNATURE----- Merge tag 'drm-next-20221122' of git://linuxtv.org/pinchartl/media into drm-next Kconfig fix for RZ/G2L DSI Signed-off-by: Dave Airlie <airlied@redhat.com> From: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/Y3wYk/Bn/qVa9ha0@pendragon.ideasonboard.com
This commit is contained in:
commit
9040ef6f68
|
@ -56,7 +56,7 @@ config DRM_RCAR_MIPI_DSI
|
||||||
|
|
||||||
config DRM_RZG2L_MIPI_DSI
|
config DRM_RZG2L_MIPI_DSI
|
||||||
tristate "RZ/G2L MIPI DSI Encoder Support"
|
tristate "RZ/G2L MIPI DSI Encoder Support"
|
||||||
depends on DRM_BRIDGE && OF
|
depends on DRM && DRM_BRIDGE && OF
|
||||||
depends on ARCH_RENESAS || COMPILE_TEST
|
depends on ARCH_RENESAS || COMPILE_TEST
|
||||||
select DRM_MIPI_DSI
|
select DRM_MIPI_DSI
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue