Message ID | 20250523115630.459249-3-casey.connolly@linaro.org |
---|---|
State | New |
Headers | show |
Series | [RESEND] arm64: defconfig: update renamed PHY_SNPS_EUSB2 | expand |
On Fri, 23 May 2025 13:55:34 +0200, Casey Connolly wrote: > This config option was renamed, update the defconfig to match. > > Applied, thanks! [1/1] arm64: defconfig: update renamed PHY_SNPS_EUSB2 https://git.kernel.org/krzk/linux/c/f17d5b90947a7b89a27913abf47cb0c7063b3430 Best regards,
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 897fc686e6a9..7e04a2905ce4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1572,8 +1572,9 @@ CONFIG_RESET_IMX7=y CONFIG_RESET_QCOM_AOSS=y CONFIG_RESET_QCOM_PDC=m CONFIG_RESET_RZG2L_USBPHY_CTRL=y CONFIG_RESET_TI_SCI=y +CONFIG_PHY_SNPS_EUSB2=m CONFIG_PHY_XGENE=y CONFIG_PHY_CAN_TRANSCEIVER=m CONFIG_PHY_NXP_PTN3222=m CONFIG_PHY_SUN4I_USB=y @@ -1596,9 +1597,8 @@ CONFIG_PHY_MTK_DP=m CONFIG_PHY_QCOM_EDP=m CONFIG_PHY_QCOM_PCIE2=m CONFIG_PHY_QCOM_QMP=m 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_USB_HS=m CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
This config option was renamed, update the defconfig to match. Fixes: 8d3b5f637546 ("phy: move phy-qcom-snps-eusb2 out of its vendor sub-directory") Signed-off-by: Casey Connolly <casey.connolly@linaro.org> --- Resend to correct Fixes tag Cc: linux-arm-msm@vger.kernel.org --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)