diff options
author | 2022-11-22 18:48:54 +0000 | |
---|---|---|
committer | 2022-12-26 10:50:49 +0100 | |
commit | 7d106cb32a498fb40d1362b959638f2b3d413b7f (patch) | |
tree | 7bf571ef7c0ba2453a2334feea568276db9d2bf4 | |
parent | Linux 6.2-rc1 (diff) | |
download | wireguard-linux-7d106cb32a498fb40d1362b959638f2b3d413b7f.tar.xz wireguard-linux-7d106cb32a498fb40d1362b959638f2b3d413b7f.zip |
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 <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20221122184854.1820126-1-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-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 |