diff options
author | Olof Johansson <olof@lixom.net> | 2021-06-12 08:43:36 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2021-06-12 08:43:38 -0700 |
commit | f1b1d76afdc523b94d9ff5801f41151505848832 (patch) | |
tree | 7b33f1e02c44492dd0f0b1005a5ce9a6386afbd7 /arch/arm64 | |
parent | c5f05415b9d95f6cec15ed7736df3f34c6fd0415 (diff) | |
parent | 27a79a723d48dbeccb4fe6f7ede47e67642e6a4a (diff) | |
download | linux-f1b1d76afdc523b94d9ff5801f41151505848832.tar.gz linux-f1b1d76afdc523b94d9ff5801f41151505848832.tar.bz2 linux-f1b1d76afdc523b94d9ff5801f41151505848832.zip |
Merge tag 'renesas-arm-defconfig-for-v5.14-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/defconfig
Renesas ARM defconfig updates for v5.14 (take two)
- Enable support for the new RZ/G2L SoC variants in the arm64
defconfig.
* tag 'renesas-arm-defconfig-for-v5.14-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
arm64: defconfig: Enable ARCH_R9A07G044
Link: https://lore.kernel.org/r/cover.1623403795.git.geert+renesas@glider.be
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64')
-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 c1110fc20cdb..756fb464b107 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1044,6 +1044,7 @@ CONFIG_ARCH_R8A77980=y CONFIG_ARCH_R8A77990=y CONFIG_ARCH_R8A77995=y CONFIG_ARCH_R8A779A0=y +CONFIG_ARCH_R9A07G044=y CONFIG_ROCKCHIP_PM_DOMAINS=y CONFIG_ARCH_TEGRA_132_SOC=y CONFIG_ARCH_TEGRA_210_SOC=y |