forked from OERV-BSP/u-boot
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user