diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2014-05-26 10:38:16 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-26 15:54:57 +0100 |
commit | 3eb2c7ecb7ea0fad4a53cbedcb87341dcffcea2b (patch) | |
tree | 84a3f6657c322dd4ba4f811f2e334c218e492dd3 /drivers/regulator/Kconfig | |
parent | a3cd1de4ed19831fec98f981e348522e249a4e7a (diff) | |
download | talos-obmc-linux-3eb2c7ecb7ea0fad4a53cbedcb87341dcffcea2b.tar.gz talos-obmc-linux-3eb2c7ecb7ea0fad4a53cbedcb87341dcffcea2b.zip |
regulator: Add LTC3589 support
This patch adds support for the Linear Technology LTC3589, LTC3589-1,
and LTC3589-2 8-output I2C voltage regulator ICs.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 903eb37f047a..5599a61bd88c 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -265,6 +265,12 @@ config REGULATOR_LP8788 help This driver supports LP8788 voltage regulator chip. +config REGULATOR_LTC3589 + bool "LTC3589 8-output voltage regulator" + help + This enables support for the LTC3589, LTC3589-1, and LTC3589-2 + 8-output regulators controlled via I2C. + config REGULATOR_MAX14577 tristate "Maxim 14577 regulator" depends on MFD_MAX14577 |