diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2018-02-06 14:20:45 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-02-12 13:51:42 +0100 |
commit | 9ab5977d472b3c63f99c23c2c4ec3a9820c50faf (patch) | |
tree | 9c268f736860cf6ea7639c3a62961f80defcf360 /arch/arm64/configs | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
arm64: defconfig: enable R8A77980 SoC
Enable the Renesas R-Car V3H (R8A77980) SoC in the ARM64 defconfig.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-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 634b373785c4..a850bc5e1af3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -52,6 +52,7 @@ CONFIG_ARCH_RENESAS=y CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y CONFIG_ARCH_R8A77970=y +CONFIG_ARCH_R8A77980=y CONFIG_ARCH_R8A77995=y CONFIG_ARCH_STRATIX10=y CONFIG_ARCH_TEGRA=y |