diff options
author | Mark Brown <broonie@kernel.org> | 2017-04-30 22:17:44 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-04-30 22:17:44 +0900 |
commit | ae53b5dbafc9713359696a9cff7e25f2aeaafada (patch) | |
tree | 4cd043b9f6871ea72a8d64acfff65b6f17c315ff /drivers/regulator/Kconfig | |
parent | 81bc8e386f394961b22cb0758c78cee8e0905233 (diff) | |
parent | a9bbb453b50c91295ab362e4832eb37fd4e6785d (diff) | |
download | op-kernel-dev-ae53b5dbafc9713359696a9cff7e25f2aeaafada.zip op-kernel-dev-ae53b5dbafc9713359696a9cff7e25f2aeaafada.tar.gz |
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 d54044c..48db87d 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 |