diff options
author | 2021-06-12 08:43:36 -0700 | |
---|---|---|
committer | 2021-06-12 08:43:38 -0700 | |
commit | f1b1d76afdc523b94d9ff5801f41151505848832 (patch) | |
tree | 7b33f1e02c44492dd0f0b1005a5ce9a6386afbd7 | |
parent | ARM: config: aspeed: Add DEBUG_FS and EXT4 (diff) | |
parent | arm64: defconfig: Enable ARCH_R9A07G044 (diff) | |
download | linux-dev-f1b1d76afdc523b94d9ff5801f41151505848832.tar.xz linux-dev-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>
-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 |