2023-08-30 18:31:38

by Praveenkumar I

[permalink] [raw]
Subject: [PATCH 9/9] arm64: defconfig: Enable UNIPHY driver

Enable UNIPHY driver for IPQ5322.

Signed-off-by: Praveenkumar I <[email protected]>
---
This patch depends on the below series which adds support for USB2 in
IPQ5332
https://lore.kernel.org/all/[email protected]/

arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c1e2372e6319..47c7f3d242fe 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1417,6 +1417,7 @@ CONFIG_PHY_QCOM_PCIE2=m
CONFIG_PHY_QCOM_QMP=m
CONFIG_PHY_QCOM_QUSB2=m
CONFIG_PHY_QCOM_SNPS_EUSB2=m
+CONFIG_PHY_QCOM_UNIPHY=m
CONFIG_PHY_QCOM_USB_HS=m
CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
CONFIG_PHY_QCOM_USB_HS_28NM=m
--
2.34.1