diff options
| author | Tom Rini <[email protected]> | 2025-10-03 14:39:27 -0600 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2025-10-29 12:27:32 +0100 |
| commit | 603b45b0f1189b3620ff3cd59b3e7df2a36bd6b2 (patch) | |
| tree | a0f303eab927edf40d1869d752a5b88f2ceef7fa /drivers | |
| parent | bf83c6036e850035d4b99870cd8e8bf01be3ff53 (diff) | |
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 <[email protected]>
Reviewed-by: Casey Connolly <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/phy/qcom/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/phy/qcom/Kconfig b/drivers/phy/qcom/Kconfig index 61e5e2fca41..0dd69f7ffd0 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. |
