diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-11-23 16:44:29 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-11-23 16:44:30 +0100 |
commit | 4b44b61a683e7b1100559b238867e544899a97e7 (patch) | |
tree | bf00673f30c5ee1210ce7c7bc6a28c281e3a6a14 /arch/arm64/configs | |
parent | Linux 5.10-rc3 (diff) | |
parent | arm64: defconfig: Enable R8A779A0 SoC (diff) | |
download | linux-4b44b61a683e7b1100559b238867e544899a97e7.tar.xz linux-4b44b61a683e7b1100559b238867e544899a97e7.zip |
Merge tag 'renesas-arm-defconfig-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/defconfig
Renesas ARM defconfig updates for v5.11
- Enable support for the new R-Car V3U SoC in the arm64 defconfig,
- Refresh shmobile_defconfig for v5.10-rc1.
* tag 'renesas-arm-defconfig-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
arm64: defconfig: Enable R8A779A0 SoC
ARM: shmobile: defconfig: Refresh for v5.10-rc1
Link: https://lore.kernel.org/r/20201113150854.3923885-2-geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 5cfe3cf6f2ac..bdaadad7f0a4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -954,6 +954,7 @@ CONFIG_ARCH_R8A77970=y CONFIG_ARCH_R8A77980=y CONFIG_ARCH_R8A77990=y CONFIG_ARCH_R8A77995=y +CONFIG_ARCH_R8A779A0=y CONFIG_ROCKCHIP_PM_DOMAINS=y CONFIG_ARCH_TEGRA_132_SOC=y CONFIG_ARCH_TEGRA_210_SOC=y |