diff options
author | Olof Johansson <olof@lixom.net> | 2021-06-12 17:25:57 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2021-06-12 17:25:59 +0200 |
commit | 3f43257e3c06ba185055279745f88d4c99801664 (patch) | |
tree | fe066dbe15dca3a0b097fa911db237d991392bea /arch/arm64 | |
parent | ARM: ixp4xx_defconfig: add MTD_PHYSMAP (diff) | |
parent | arm64: defconfig: Enable usb2_clksel for R-Car Gen3 and RZ/G2 (diff) | |
download | linux-3f43257e3c06ba185055279745f88d4c99801664.tar.xz linux-3f43257e3c06ba185055279745f88d4c99801664.zip |
Merge tag 'renesas-arm-defconfig-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/defconfig
Renesas ARM defconfig updates for v5.14
- Refresh shmobile_defconfig for v5.13-rc1
- Enable R-Car USB2 clock selector support
* tag 'renesas-arm-defconfig-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
arm64: defconfig: Enable usb2_clksel for R-Car Gen3 and RZ/G2
ARM: shmobile: defconfig: Refresh for v5.13-rc1
Link: https://lore.kernel.org/r/cover.1622188834.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 08c6f769df9a..c1110fc20cdb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -987,6 +987,7 @@ CONFIG_SM_GPUCC_8250=y CONFIG_SM_DISPCC_8250=y CONFIG_QCOM_HFPLL=y CONFIG_CLK_GFM_LPASS_SM8250=m +CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_ARM_MHU=y |