[PATCH] arm64: defconfig: Enable QMP PCIe Multi-PHY driver
Qiang Yu <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This driver supports PHYs shared across multiple PCIe controllers, e.g. the PCIe3 PHY block on Glymur that PCIe3a and PCIe3b both use. Enable it so those platforms keep working with this defconfig. Signed-off-by: Qiang Yu <[email protected]> --- This patch depends on below patch series: Link: 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 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 <[email protected]>