diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-06-10 11:58:44 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-06-13 11:02:47 +0200 |
commit | 7e1ab5a8a3b51c9d819246987a4710a759c3cc67 (patch) | |
tree | d8eb358ec44eecabb4e61b8f8f9925c40ec6dd61 /arch/arm64/configs | |
parent | 36e2da11254d17366cb2140d9f0d53756398daa4 (diff) | |
download | linux-7e1ab5a8a3b51c9d819246987a4710a759c3cc67.tar.bz2 |
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
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 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 |