Message ID | 1534146093-1651-2-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: enable R8A774A1 SoC | expand |
On Mon, Aug 13, 2018 at 08:41:33AM +0100, Biju Das wrote: > Enable the Renesas RZ/G2M (R8A774A1) SoC in the ARM64 defconfig. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Thanks, applied for v4.20.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4327f62..1c953ff 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -49,6 +49,7 @@ CONFIG_ARCH_ROCKCHIP=y CONFIG_ARCH_SEATTLE=y CONFIG_ARCH_SYNQUACER=y CONFIG_ARCH_RENESAS=y +CONFIG_ARCH_R8A774A1=y CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y CONFIG_ARCH_R8A77965=y
Enable the Renesas RZ/G2M (R8A774A1) SoC in the ARM64 defconfig. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)