summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorYunfan Zhang2012-09-08 12:52:18 +0200
committerMark Brown2012-09-10 03:55:22 +0200
commit49d8c59927e7887ea168a040e41c22937e10c30b (patch)
tree75ab6cb1fc1b03f252a3e1235cc2dde9e0954bc2 /drivers/regulator/Kconfig
parentregulator: twl: Remove another unused variable warning (diff)
downloadkernel-qcow2-linux-49d8c59927e7887ea168a040e41c22937e10c30b.tar.gz
kernel-qcow2-linux-49d8c59927e7887ea168a040e41c22937e10c30b.tar.xz
kernel-qcow2-linux-49d8c59927e7887ea168a040e41c22937e10c30b.zip
regulator: Fairchild fan53555 support
This driver supports Fairchild FAN53555 Digitally Programmable TinyBuck Regulator. The FAN53555 is a step-down switching voltage regulator that delivers a digitally programmable output from an input voltage supply of 2.5V to 5.5V. The output voltage is programmed through an I2C interface. Signed-off-by: Yunfan Zhang <yfzhang@marvell.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 1c6320c131f4..a80abc4b158a 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -110,6 +110,17 @@ config REGULATOR_DA9052
This driver supports the voltage regulators of DA9052-BC and
DA9053-AA/Bx PMIC.
+config REGULATOR_FAN53555
+ tristate "Fairchild FAN53555 Regulator"
+ depends on I2C
+ select REGMAP_I2C
+ help
+ This driver supports Fairchild FAN53555 Digitally Programmable
+ TinyBuck Regulator. The FAN53555 is a step-down switching voltage
+ regulator that delivers a digitally programmable output from an
+ input voltage supply of 2.5V to 5.5V. The output voltage is
+ programmed through an I2C interface.
+
config REGULATOR_ANATOP
tristate "Freescale i.MX on-chip ANATOP LDO regulators"
depends on MFD_ANATOP