diff options
author | Mark Brown <broonie@kernel.org> | 2017-04-30 15:17:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-04-30 15:17:44 +0200 |
commit | ae53b5dbafc9713359696a9cff7e25f2aeaafada (patch) | |
tree | 4cd043b9f6871ea72a8d64acfff65b6f17c315ff /drivers/regulator/Kconfig | |
parent | Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/p... (diff) | |
parent | regulator: vctrl: Fix out of bounds array access for vctrl->vtable (diff) | |
download | linux-ae53b5dbafc9713359696a9cff7e25f2aeaafada.tar.xz linux-ae53b5dbafc9713359696a9cff7e25f2aeaafada.zip |
Merge remote-tracking branch 'regulator/topic/vctrl' into regulator-next
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index d54044c03a6c..48db87d6dfef 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -877,6 +877,13 @@ config REGULATOR_TWL4030 This driver supports the voltage regulators provided by this family of companion chips. +config REGULATOR_VCTRL + tristate "Voltage controlled regulators" + depends on OF + help + This driver provides support for voltage regulators whose output + voltage is controlled by the voltage of another regulator. + config REGULATOR_VEXPRESS tristate "Versatile Express regulators" depends on VEXPRESS_CONFIG |