diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2017-09-23 00:36:25 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-09-25 09:19:10 +0200 |
commit | bb58b29899ff9c6d1e97727ec05b500e832ebd7d (patch) | |
tree | 5a6cf251930e15994bde4dc778574186368dcc71 /arch/arm64/configs | |
parent | 86f0a075111d16e3b48d79b44858e141ea86cad7 (diff) |
arm64: defconfig: enable R8A77970 SoC
Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig.
Suggested-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
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 1eb054469927..cb5b37fe1e14 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -51,6 +51,7 @@ CONFIG_ARCH_SEATTLE=y CONFIG_ARCH_RENESAS=y CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y +CONFIG_ARCH_R8A77970=y CONFIG_ARCH_R8A77995=y CONFIG_ARCH_STRATIX10=y CONFIG_ARCH_TEGRA=y |