Message ID | 20201123222359.103822-1-john.stultz@linaro.org |
---|---|
State | Accepted |
Commit | 34c5aa2666db54c4bd330fb2759f6e4d4544ad7a |
Headers | show |
Series | [v2] regulator: Kconfig: Fix REGULATOR_QCOM_RPMH dependencies to avoid build error | expand |
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 020a00d6696b..481c7b10133b 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -843,7 +843,7 @@ config REGULATOR_QCOM_RPM config REGULATOR_QCOM_RPMH tristate "Qualcomm Technologies, Inc. RPMh regulator driver" - depends on QCOM_RPMH || COMPILE_TEST + depends on QCOM_RPMH || (QCOM_RPMH=n && COMPILE_TEST) help This driver supports control of PMIC regulators via the RPMh hardware block found on Qualcomm Technologies Inc. SoCs. RPMh regulator