diff options
author | Olof Johansson <olof@lixom.net> | 2019-11-04 02:04:37 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-11-04 02:04:38 +0100 |
commit | 4075e0db486fe95f416de178bcd1c886ee74e65a (patch) | |
tree | 127268aa240320222f6e82d4a1ebcd0ca4d9e237 | |
parent | Merge tag 'renesas-arm-defconfig-for-v5.5-tag1' of git://git.kernel.org/pub/s... (diff) | |
parent | arm64: defconfig: Enable R8A77961 SoC (diff) | |
download | linux-4075e0db486fe95f416de178bcd1c886ee74e65a.tar.xz linux-4075e0db486fe95f416de178bcd1c886ee74e65a.zip |
Merge tag 'renesas-arm64-defconfig-for-v5.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/defconfig
Renesas ARM64 defconfig updates for v5.5 (take two)
- Enable support for the new R-Car M3-W+ (r8a77961) SoC.
* tag 'renesas-arm64-defconfig-for-v5.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
arm64: defconfig: Enable R8A77961 SoC
Link: https://lore.kernel.org/r/20191101155842.31467-4-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 658691d051ed..be192baf1c56 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -749,6 +749,7 @@ CONFIG_ARCH_R8A774B1=y CONFIG_ARCH_R8A774C0=y CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y +CONFIG_ARCH_R8A77961=y CONFIG_ARCH_R8A77965=y CONFIG_ARCH_R8A77970=y CONFIG_ARCH_R8A77980=y |