diff options
author | Olof Johansson <olof@lixom.net> | 2016-07-07 07:00:41 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-07-07 07:00:41 +0200 |
commit | 744f0b376dc7d5fd75f60faf462d918c1b78e474 (patch) | |
tree | f7b3c8265d7870ee10174a2d0c21ac7a85a76aa7 /arch/arm64/configs | |
parent | Merge tag 'qcom-arm64-defconfig-for-4.8' of git://git.kernel.org/pub/scm/linu... (diff) | |
parent | arm64: defconfig: enable Renesas R8A7796 SoC (diff) | |
download | linux-744f0b376dc7d5fd75f60faf462d918c1b78e474.tar.xz linux-744f0b376dc7d5fd75f60faf462d918c1b78e474.zip |
Merge tag 'renesas-arm64-defconfig-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/arm64
Renesas ARM64 Based SoC Defconfig Updates for v4.8
* Enable Renesas R8A7796 SoC in ARM64 defcnfig
* tag 'renesas-arm64-defconfig-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
arm64: defconfig: enable Renesas R8A7796 SoC
Signed-off-by: Olof Johansson <olof@lixom.net>
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 d0a735943e0c..8c7c322a9564 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -45,6 +45,7 @@ CONFIG_ARCH_ROCKCHIP=y CONFIG_ARCH_SEATTLE=y CONFIG_ARCH_RENESAS=y CONFIG_ARCH_R8A7795=y +CONFIG_ARCH_R8A7796=y CONFIG_ARCH_STRATIX10=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_SPRD=y |