diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-06-13 17:25:51 +0200 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-11 11:38:00 +0100 |
commit | 51bd6943cd760a55f655830b3f7dca8a06b54c73 (patch) | |
tree | a10f2a6f1ef41f694951e0f153deabe50d8e561b /drivers/regulator/Kconfig | |
parent | 839b8362a78e02d123f6ac586349b357136a733f (diff) | |
download | talos-obmc-linux-51bd6943cd760a55f655830b3f7dca8a06b54c73.tar.gz talos-obmc-linux-51bd6943cd760a55f655830b3f7dca8a06b54c73.zip |
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 help This driver supports 88PM8607 voltage regulator chips. +config REGULATOR_ISL6271A + tristate "Intersil ISL6271A Power regulator" + depends on I2C + help + This driver supports ISL6271A voltage regulator chip. + config REGULATOR_AD5398 tristate "Analog Devices AD5398/AD5821 regulators" depends on I2C |