[PATCH] phy; qcom: Rework Kconfig logic around MSM8916_USB_PHY

Tom Rini trini at konsulko.com
Fri Oct 3 22:39:27 CEST 2025


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 at konsulko.com>
---
Cc: Casey Connolly <casey.connolly at linaro.org>
Cc: Neil Armstrong <neil.armstrong at linaro.org>
Cc: Sumit Garg <sumit.garg at kernel.org>
Cc: u-boot-qcom at groups.io
---
 drivers/phy/qcom/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/phy/qcom/Kconfig b/drivers/phy/qcom/Kconfig
index 61e5e2fca413..0dd69f7ffd0c 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.
 
-- 
2.43.0



More information about the U-Boot mailing list