From: Tom Rini Date: Fri, 3 Oct 2025 20:39:27 +0000 (-0600) Subject: phy: qcom: Rework Kconfig logic around MSM8916_USB_PHY X-Git-Tag: v2026.01-rc2~53^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603b45b0f1189b3620ff3cd59b3e7df2a36bd6b2;p=pandora-u-boot.git phy: qcom: Rework Kconfig logic around MSM8916_USB_PHY This PHY driver is required by USB_EHCI_MSM and not useful on its own. Rather than have it be a prompted option, it should (and currently is) select'd by USB_EHCI_MSM. Remove the prompt for this option and then correct the dependency chain (it must select PHY). Signed-off-by: Tom Rini Reviewed-by: Casey Connolly Link: https://lore.kernel.org/r/20251003203927.1030052-1-trini@konsulko.com Signed-off-by: Casey Connolly --- diff --git a/drivers/phy/qcom/Kconfig b/drivers/phy/qcom/Kconfig index 61e5e2fca41..0dd69f7ffd0 100644 --- a/drivers/phy/qcom/Kconfig +++ b/drivers/phy/qcom/Kconfig @@ -1,8 +1,8 @@ config MSM8916_USB_PHY - bool "Qualcomm MSM8916 USB PHY support" - depends on PHY + bool + select PHY help - Support the USB PHY in msm8916 + Support the Qualcomm MSM8916 USB PHY This PHY is found on qualcomm dragonboard410c development board.