diff options
author | Mark Brown <broonie@kernel.org> | 2021-10-23 15:18:05 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-23 15:20:11 +0200 |
commit | 3253e24bc2b6418727cd05fe3a5f4f24c1118311 (patch) | |
tree | 6323766f17fce58ccb2eaacec44ec944e489d33e /drivers/regulator/Kconfig | |
parent | Merge series "regulator: Introduce UniPhier NX1 SoC support" from Kunihiko Ha... (diff) | |
download | linux-3253e24bc2b6418727cd05fe3a5f4f24c1118311.tar.xz linux-3253e24bc2b6418727cd05fe3a5f4f24c1118311.zip |
regulator: Fix SY7636A breakage
The MFD for SY7636A still isn't merged so we need a dependency even if
it ends up not having a real driver due to the header file.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 43bf4602ff62..27578e9504d2 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1199,6 +1199,7 @@ config REGULATOR_STW481X_VMMC config REGULATOR_SY7636A tristate "Silergy SY7636A voltage regulator" + depends on MFD_SY7636A help This driver supports Silergy SY3686A voltage regulator. |