diff options
author | Olof Johansson <olof@lixom.net> | 2019-10-21 14:43:33 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-10-21 14:43:34 -0700 |
commit | 74a9144c3ab14911ced07d4e19ef18f2440e5c8b (patch) | |
tree | cc00fd36c6554c01aef5a8c2188254f8a2b50737 /arch/arm64/configs | |
parent | de09e521cd1614577522beff00e946e5fb54b41d (diff) | |
parent | d8b178741e5ba571fbcc187c9e3cf9c0eaebf328 (diff) | |
download | linux-74a9144c3ab14911ced07d4e19ef18f2440e5c8b.tar.bz2 |
Merge tag 'renesas-arm64-defconfig-for-v5.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/defconfig
Renesas ARM64 defconfig updates for v5.5
- Enable support for the new RZ/G2N (r8a774b1) SoC.
* tag 'renesas-arm64-defconfig-for-v5.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
arm64: defconfig: Enable R8A774B1 SoC
Link: https://lore.kernel.org/r/20191018101136.26350-3-geert+renesas@glider.be
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 c8bd159db524..26afe4c7b07a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -742,6 +742,7 @@ CONFIG_QCOM_SMD_RPM=y CONFIG_QCOM_SMP2P=y CONFIG_QCOM_SMSM=y CONFIG_ARCH_R8A774A1=y +CONFIG_ARCH_R8A774B1=y CONFIG_ARCH_R8A774C0=y CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y |