diff options
author | Olof Johansson <olof@lixom.net> | 2019-11-03 17:04:37 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-11-03 17:04:38 -0800 |
commit | 4075e0db486fe95f416de178bcd1c886ee74e65a (patch) | |
tree | 127268aa240320222f6e82d4a1ebcd0ca4d9e237 /arch/arm64/configs/defconfig | |
parent | 9a67a6ec9f7049e307726ef03bc94c7712fe14e4 (diff) | |
parent | b13d0e61629b09153ddbc52eb8b57af7805c0851 (diff) | |
download | lwn-4075e0db486fe95f416de178bcd1c886ee74e65a.tar.gz lwn-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>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 |