diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-06-13 11:25:51 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-11 06:38:00 -0400 |
commit | 51bd6943cd760a55f655830b3f7dca8a06b54c73 (patch) | |
tree | a10f2a6f1ef41f694951e0f153deabe50d8e561b /drivers/regulator/Kconfig | |
parent | 839b8362a78e02d123f6ac586349b357136a733f (diff) |
ISL6271A voltage regulator support.
This device is very simple, it supports one buck and two LDOs. The LDOs are
fixed-voltage. Only the buck is programable over the I2C bus to 16 possible
voltages.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 679ea3759449..6bf56c93a336 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -201,6 +201,12 @@ config REGULATOR_88PM8607 | |||
201 | help | 201 | help |
202 | This driver supports 88PM8607 voltage regulator chips. | 202 | This driver supports 88PM8607 voltage regulator chips. |
203 | 203 | ||
204 | config REGULATOR_ISL6271A | ||
205 | tristate "Intersil ISL6271A Power regulator" | ||
206 | depends on I2C | ||
207 | help | ||
208 | This driver supports ISL6271A voltage regulator chip. | ||
209 | |||
204 | config REGULATOR_AD5398 | 210 | config REGULATOR_AD5398 |
205 | tristate "Analog Devices AD5398/AD5821 regulators" | 211 | tristate "Analog Devices AD5398/AD5821 regulators" |
206 | depends on I2C | 212 | depends on I2C |