aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-07-06 19:20:23 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-07-06 19:20:23 -0700
commit146d7ce3e01cba1eae25dcdc6d39cec68347962e (patch)
tree650aee2447ec11b86687b9677c726ac863167248 /drivers/regulator
parent8066178f530898e4be07406a4c359a2cd14754e8 (diff)
parente9bd04e52d649c3cfd713b594c5db35cab03c42b (diff)
downloadlinux-146d7ce3e01cba1eae25dcdc6d39cec68347962e.tar.gz
Merge tag 'regulator-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fix from Mark Brown: "A simple dependency fix for a newly added driver" * tag 'regulator-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: regulator: raa215300: Add build dependency with COMMON_CLK
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 08d33290296b4..823f8e6e48012 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1047,6 +1047,7 @@ config REGULATOR_QCOM_USB_VBUS
config REGULATOR_RAA215300
tristate "Renesas RAA215300 driver"
select REGMAP_I2C
+ depends on COMMON_CLK
depends on I2C
help
Support for the Renesas RAA215300 PMIC.