Refresh the defconfig for Renesas ARM64 systems: - Disable CONFIG_ARM64_POE (Renesas SoCs do not have ARMv8.9 CPU cores), - Move CONFIG_DRM_RZG2L_MIPI_DSI (moved in commit 1b5dfd1881dbe303 ("drm: renesas: Move RZ/G2L MIPI DSI driver to rz-du")). Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- arch/arm64/configs/renesas_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index ee49b343313d958a..24be37b05197b266 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -65,6 +65,7 @@ CONFIG_COMPAT=y # CONFIG_ARM64_E0PD is not set # CONFIG_ARM64_MTE is not set # CONFIG_ARM64_EPAN is not set +# CONFIG_ARM64_POE is not set # CONFIG_ARM64_SME is not set CONFIG_HIBERNATION=y CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y @@ -276,8 +277,8 @@ CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_I2C_NXP_TDA998X=y CONFIG_DRM_RCAR_DU=y CONFIG_DRM_RCAR_DW_HDMI=y -CONFIG_DRM_RZG2L_MIPI_DSI=y CONFIG_DRM_RZG2L_DU=y +CONFIG_DRM_RZG2L_MIPI_DSI=y CONFIG_DRM_PANEL_LVDS=y CONFIG_DRM_DISPLAY_CONNECTOR=y CONFIG_DRM_SIMPLE_BRIDGE=y -- 2.34.1