[PATCH] phy; qcom: Rework Kconfig logic around MSM8916_USB_PHY
Casey Connolly
casey.connolly at linaro.org
Sun Oct 5 13:57:12 CEST 2025
On 10/3/25 22:39, Tom Rini wrote:
> 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>
Reviewed-by: Casey Connolly <casey.connolly at linaro.org>
> ---
> 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.
>
More information about the U-Boot
mailing list