mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
power: regulator: qcom: Correct dependenecies for DM_REGULATOR_QCOM_USB_VBUS
The DM_REGULATOR_QCOM_USB_VBUS functionality can only work with DM_PMIC enabled as well, so express this dependency in Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Link: https://patch.msgid.link/20260323195302.2363577-1-trini@konsulko.com Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:
parent
0f265c20a5
commit
bb5012fb66
@ -236,7 +236,7 @@ config DM_REGULATOR_QCOM_RPMH
|
||||
|
||||
config DM_REGULATOR_QCOM_USB_VBUS
|
||||
bool "Enable driver model for Qualcomm USB vbus regulator"
|
||||
depends on DM_REGULATOR
|
||||
depends on DM_REGULATOR && DM_PMIC
|
||||
---help---
|
||||
Enable support for the Qualcomm USB Vbus regulator. The driver
|
||||
implements get/set api for the regulator to be used by u-boot.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user