diff options
author | Yunfan Zhang <yfzhang@marvell.com> | 2012-09-08 06:52:18 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-09 21:55:22 -0400 |
commit | 49d8c59927e7887ea168a040e41c22937e10c30b (patch) | |
tree | 75ab6cb1fc1b03f252a3e1235cc2dde9e0954bc2 /drivers/regulator/Kconfig | |
parent | 029dd3cefa46ecdd879f9b4e2df3bdf4371cc22c (diff) |
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/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 1c6320c131f..a80abc4b158 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -110,6 +110,17 @@ config REGULATOR_DA9052 | |||
110 | This driver supports the voltage regulators of DA9052-BC and | 110 | This driver supports the voltage regulators of DA9052-BC and |
111 | DA9053-AA/Bx PMIC. | 111 | DA9053-AA/Bx PMIC. |
112 | 112 | ||
113 | config REGULATOR_FAN53555 | ||
114 | tristate "Fairchild FAN53555 Regulator" | ||
115 | depends on I2C | ||
116 | select REGMAP_I2C | ||
117 | help | ||
118 | This driver supports Fairchild FAN53555 Digitally Programmable | ||
119 | TinyBuck Regulator. The FAN53555 is a step-down switching voltage | ||
120 | regulator that delivers a digitally programmable output from an | ||
121 | input voltage supply of 2.5V to 5.5V. The output voltage is | ||
122 | programmed through an I2C interface. | ||
123 | |||
113 | config REGULATOR_ANATOP | 124 | config REGULATOR_ANATOP |
114 | tristate "Freescale i.MX on-chip ANATOP LDO regulators" | 125 | tristate "Freescale i.MX on-chip ANATOP LDO regulators" |
115 | depends on MFD_ANATOP | 126 | depends on MFD_ANATOP |