diff options
author | 2022-06-10 11:58:44 +0200 | |
---|---|---|
committer | 2022-06-13 11:02:47 +0200 | |
commit | 7e1ab5a8a3b51c9d819246987a4710a759c3cc67 (patch) | |
tree | d8eb358ec44eecabb4e61b8f8f9925c40ec6dd61 | |
parent | ARM: shmobile: defconfig: Refresh for v5.19-rc1 (diff) | |
download | wireguard-linux-7e1ab5a8a3b51c9d819246987a4710a759c3cc67.tar.xz wireguard-linux-7e1ab5a8a3b51c9d819246987a4710a759c3cc67.zip |
arm64: defconfig: Enable R8A779G0 SoC
Enable the Renesas R-Car V4H (R8A779G0) SoC in the ARM64 defconfig.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/eb672fad7c9a340812079a07539d670f42f4ad41.1654855105.git.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 7d1105343bc2..c8cbb98ea6bc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1119,6 +1119,7 @@ CONFIG_ARCH_R8A779F0=y CONFIG_ARCH_R8A77980=y CONFIG_ARCH_R8A77970=y CONFIG_ARCH_R8A779A0=y +CONFIG_ARCH_R8A779G0=y CONFIG_ARCH_R8A774C0=y CONFIG_ARCH_R8A774E1=y CONFIG_ARCH_R8A774A1=y |