[PATCH v2] arm64: defconfig: Enable QMP PCIe Multi-PHY driver

Qiang Yu posted 1 patch 1 week, 5 days ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] arm64: defconfig: Enable QMP PCIe Multi-PHY driver
Posted by Qiang Yu 1 week, 5 days ago
Enable CONFIG_PHY_QCOM_QMP_PCIE_MULTIPHY as a module to support the
shared PCIe3 PHY used by PCIe3a and PCIe3b on the Qualcomm Glymur
SoC.

Signed-off-by: Qiang Yu <qiang.yu@oss.qualcomm.com>
---
Changes in v2:
- Reword commit msg.
- Link to v1: https://patch.msgid.link/20260807-enable_multiphy_0807-v1-1-142f911d356a@oss.qualcomm.com
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6ec8d3a69c98..3f3e68de35f2 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1778,6 +1778,7 @@ CONFIG_PHY_MTK_DP=m
 CONFIG_PHY_QCOM_EDP=m
 CONFIG_PHY_QCOM_PCIE2=m
 CONFIG_PHY_QCOM_QMP=m
+CONFIG_PHY_QCOM_QMP_PCIE_MULTIPHY=m
 CONFIG_PHY_QCOM_QUSB2=m
 CONFIG_PHY_QCOM_EUSB2_REPEATER=m
 CONFIG_PHY_QCOM_M31_USB=m

---
base-commit: ea2bff00da89d7767d677bb68470130ba96f4928
change-id: 20260807-enable_multiphy_0807-19d8654f7ea5

Best regards,
--  
Qiang Yu <qiang.yu@oss.qualcomm.com>