diff options
author | Biju Das <[email protected]> | 2022-11-22 18:48:54 +0000 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2022-12-26 10:50:49 +0100 |
commit | 7d106cb32a498fb40d1362b959638f2b3d413b7f (patch) | |
tree | 7bf571ef7c0ba2453a2334feea568276db9d2bf4 | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) |
arm64: defconfig: Enable Renesas RZ/G2L MIPI DSI driver
Enable MIPI DSI driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 851e8f9be06d..4e9488fbbc06 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -751,6 +751,7 @@ CONFIG_ROCKCHIP_LVDS=y CONFIG_DRM_RCAR_DU=m CONFIG_DRM_RCAR_DW_HDMI=m CONFIG_DRM_RCAR_MIPI_DSI=m +CONFIG_DRM_RZG2L_MIPI_DSI=m CONFIG_DRM_SUN4I=m CONFIG_DRM_SUN6I_DSI=m CONFIG_DRM_SUN8I_DW_HDMI=m |