From: Tom Rini Date: Mon, 23 Mar 2026 19:53:02 +0000 (-0600) Subject: power: regulator: qcom: Correct dependenecies for DM_REGULATOR_QCOM_USB_VBUS X-Git-Tag: v2026.04~8^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb5012fb66cae854d05334c3f8787b093f0c7b92;p=thirdparty%2Fu-boot.git 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 Link: https://patch.msgid.link/20260323195302.2363577-1-trini@konsulko.com Signed-off-by: Casey Connolly --- diff --git a/drivers/power/regulator/Kconfig b/drivers/power/regulator/Kconfig index bd9ccd26981..d8b3e0f62e6 100644 --- a/drivers/power/regulator/Kconfig +++ b/drivers/power/regulator/Kconfig @@ -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.