diff options
author | Eric Jeong <eric.jeong.opensource@diasemi.com> | 2019-04-18 15:09:44 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-13 11:07:43 +0100 |
commit | a867bde3dd037ea5e9f1c5268d22d4bc4fa399b9 (patch) | |
tree | 60f0af94c20eb82eb025dc52f1d612d4c9750804 /drivers/regulator/Kconfig | |
parent | 249825cc48ebe7d036a1200f6e5ad3d4dc1d2e25 (diff) | |
download | blackbird-op-linux-a867bde3dd037ea5e9f1c5268d22d4bc4fa399b9.tar.gz blackbird-op-linux-a867bde3dd037ea5e9f1c5268d22d4bc4fa399b9.zip |
regulator: slg51000: add slg51000 regulator driver
Adding regulator driver for the device Dialog SLG51000.
The SLG51000 device contains seven compact and customizable low
dropout regulators and is designed for high performance camera modules
and other small multi-rail applications.
Signed-off-by: Eric Jeong <eric.jeong.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 6c37f0df9323..b8e39109cbc6 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -828,6 +828,15 @@ config REGULATOR_SKY81452 This driver can also be built as a module. If so, the module will be called sky81452-regulator. +config REGULATOR_SLG51000 + tristate "Dialog Semiconductor SLG51000 regulators" + depends on I2C + select REGMAP_I2C + help + Say y here to support for the Dialog Semiconductor SLG51000. + The SLG51000 is seven compact and customizable low dropout + regulators. + config REGULATOR_STM32_VREFBUF tristate "STMicroelectronics STM32 VREFBUF" depends on ARCH_STM32 || COMPILE_TEST |