phy: qcom: Rework Kconfig logic around MSM8916_USB_PHY
authorTom Rini <trini@konsulko.com>
Fri, 3 Oct 2025 20:39:27 +0000 (14:39 -0600)
committerCasey Connolly <casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:32 +0000 (12:27 +0100)
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>
drivers/phy/qcom/Kconfig

index 61e5e2f..0dd69f7 100644 (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.