diff options
author | Adam Ford <aford173@gmail.com> | 2021-05-13 13:46:17 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-05-25 10:04:39 +0200 |
commit | 9558487e7d976c1b92b2bc66fb4d901b1d35437f (patch) | |
tree | b777115ee02792cf739902421fefc4e71a61c1fb /arch/arm64 | |
parent | ARM: shmobile: defconfig: Refresh for v5.13-rc1 (diff) | |
download | linux-9558487e7d976c1b92b2bc66fb4d901b1d35437f.tar.xz linux-9558487e7d976c1b92b2bc66fb4d901b1d35437f.zip |
arm64: defconfig: Enable usb2_clksel for R-Car Gen3 and RZ/G2
There is a clock driver that's needed when using an external
USB reference clock called usb2_clksel.
Enable it in the defconfig.
Signed-off-by: Adam Ford <aford173@gmail.com>
Link: https://lore.kernel.org/r/20210513114617.30191-3-aford173@gmail.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 |