diff options
author | Varadarajan Narayanan <quic_varada@quicinc.com> | 2023-08-31 14:47:46 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-19 20:01:52 -0700 |
commit | b46d856cb9b3bd2fef54cc8caec8595a232a23b6 (patch) | |
tree | 58d73dc6336896600e16d0ab4a4ac2f360f55645 /arch/arm64/configs | |
parent | 2f98ed431b77cbaefd75f9690a671c5fe3c9c479 (diff) |
arm64: defconfig: Enable M31 USB phy driver
Enable M31 USB phy driver present in IPQ5332.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
Link: https://lore.kernel.org/r/7a5acabcaee60b6a00259bd88c06ffca06999f07.1693468292.git.quic_varada@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
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 626bdf744fcd..29339f90f8e2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1425,6 +1425,7 @@ CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m CONFIG_PHY_QCOM_USB_HS_28NM=m CONFIG_PHY_QCOM_USB_SS=m CONFIG_PHY_QCOM_SGMII_ETH=m +CONFIG_PHY_QCOM_M31_USB=m CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y CONFIG_PHY_RCAR_GEN3_PCIE=y CONFIG_PHY_RCAR_GEN3_USB2=y |