diff options
author | Mark Brown <broonie@kernel.org> | 2014-09-06 01:11:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-06 12:43:05 +0100 |
commit | dec38b5ce6a9edb406c60c2670b26a1a4262fdb9 (patch) | |
tree | 7737715381578ebb888592852984a977763bf16d /drivers/regulator/Kconfig | |
parent | 87ca186f7eb663fc5e52b65452a91fe0fec170a0 (diff) | |
download | blackbird-op-linux-dec38b5ce6a9edb406c60c2670b26a1a4262fdb9.tar.gz blackbird-op-linux-dec38b5ce6a9edb406c60c2670b26a1a4262fdb9.zip |
regulator: isl9305: Add Intersil ISL9305/H driver
The ISL9305 and ISL9305H are mini-PMICs offering two DCDC regulators and
two LDO regulators. While there are some register differences between them
these do not affect the current Linux driver as the relevant features are
not yet supported.
Signed-off-by: Mark Brown <broonie@kernel.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 e6b98ed4c12f..3c8b6f401e4f 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -250,6 +250,12 @@ config REGULATOR_HI6421 21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All of them come with support to either ECO (idle) or sleep mode. +config REGULATOR_ISL9305 + tristate "Intersil ISL9305 regulator" + depends on I2C + help + This driver supports ISL9305 voltage regulator chip. + config REGULATOR_ISL6271A tristate "Intersil ISL6271A Power regulator" depends on I2C |