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 <trini@konsulko.com>
Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
Link: https://lore.kernel.org/r/20251003203927.1030052-1-trini@konsulko.com
Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
Tom Rini
2025-10-03 14:39:27 -06:00
committed by Casey Connolly
parent bf83c6036e
commit 603b45b0f1
+3 -3
View File
@@ -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.