diff options
author | Biju Das <biju.das@bp.renesas.com> | 2019-09-17 15:05:28 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-10-01 09:51:58 +0200 |
commit | d8b178741e5ba571fbcc187c9e3cf9c0eaebf328 (patch) | |
tree | 9715e3c09fe272a576e9ad8c979b0f0b1e529f88 /arch/arm64/configs | |
parent | Linux 5.4-rc1 (diff) | |
download | linux-d8b178741e5ba571fbcc187c9e3cf9c0eaebf328.tar.xz linux-d8b178741e5ba571fbcc187c9e3cf9c0eaebf328.zip |
arm64: defconfig: Enable R8A774B1 SoC
Enable the Renesas RZ/G2N (R8A774B1) SoC in the ARM64 defconfig.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Link: https://lore.kernel.org/r/1568725530-55241-3-git-send-email-biju.das@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/configs')
-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 8e05c39eab08..3614eed8abfd 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -741,6 +741,7 @@ CONFIG_QCOM_SMD_RPM=y CONFIG_QCOM_SMP2P=y CONFIG_QCOM_SMSM=y CONFIG_ARCH_R8A774A1=y +CONFIG_ARCH_R8A774B1=y CONFIG_ARCH_R8A774C0=y CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y |