[PATCH 6/7] arm64: defconfig: Add M31 eUSB2 PHY config

Melody Olvera posted 7 patches 11 months, 1 week ago
There is a newer version of this series
[PATCH 6/7] arm64: defconfig: Add M31 eUSB2 PHY config
Posted by Melody Olvera 11 months, 1 week ago
Add configs for the M31 eUSB2 PHY for SM8750 USB.

Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e729948b7d69a2731dd3f0594808cd2e4fd4f451..10400fb72d5cc426c200e84561cde2b54ac8e86b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1569,6 +1569,7 @@ CONFIG_PHY_QCOM_QUSB2=m
 CONFIG_PHY_QCOM_SNPS_EUSB2=m
 CONFIG_PHY_QCOM_EUSB2_REPEATER=m
 CONFIG_PHY_QCOM_M31_USB=m
+CONFIG_PHY_QCOM_M31_EUSB=m
 CONFIG_PHY_QCOM_USB_HS=m
 CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
 CONFIG_PHY_QCOM_USB_HS_28NM=m

-- 
2.46.1
Re: [PATCH 6/7] arm64: defconfig: Add M31 eUSB2 PHY config
Posted by Krzysztof Kozlowski 11 months, 1 week ago
On Mon, Jan 13, 2025 at 01:52:12PM -0800, Melody Olvera wrote:
> Add configs for the M31 eUSB2 PHY for SM8750 USB.

What is SM8750? Which company? Which board needs it? That's a defconfig
for all platforms, not only for your SoC.

Best regards,
Krzysztof