diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-08-12 16:18:06 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-09-24 15:04:00 +0200 |
commit | ba73a2ab051812597f4f55fe4046587f48b7a916 (patch) | |
tree | ff22512ec190dc5a449e3a0b17bb15199c56c5fb /arch/arm64/configs | |
parent | df364a82bf5b2dc2d78212c53205bbb91e40f850 (diff) | |
download | linux-stable-ba73a2ab051812597f4f55fe4046587f48b7a916.tar.gz linux-stable-ba73a2ab051812597f4f55fe4046587f48b7a916.tar.bz2 linux-stable-ba73a2ab051812597f4f55fe4046587f48b7a916.zip |
arm64: defconfig: Enable RZ/G2L USBPHY control driver
RZ/G2L SoC supports USBPHY control,so enable it in ARM64 defconfig.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20210812151808.7916-2-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/configs')
-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 b099c5e49652..10ac08014ca0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1103,6 +1103,7 @@ CONFIG_QCOM_PDC=y CONFIG_RESET_IMX7=y CONFIG_RESET_QCOM_AOSS=y CONFIG_RESET_QCOM_PDC=m +CONFIG_RESET_RZG2L_USBPHY_CTRL=y CONFIG_RESET_TI_SCI=y CONFIG_PHY_XGENE=y CONFIG_PHY_SUN4I_USB=y |