aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorGravatar Mårten Lindahl <marten.lindahl@axis.com> 2023-05-08 15:14:08 +0200
committerGravatar Mark Brown <broonie@kernel.org> 2023-05-09 13:26:49 +0900
commit7b0518fbf2befd7c4afb81eb06c95c8fc93998be (patch)
treed98023149c9bb4d4674919aae261b23c27a15a59 /drivers/regulator/Kconfig
parentregulator: dt-bindings: Add bindings for TPS6287x (diff)
downloadlinux-7b0518fbf2befd7c4afb81eb06c95c8fc93998be.tar.gz
linux-7b0518fbf2befd7c4afb81eb06c95c8fc93998be.tar.bz2
linux-7b0518fbf2befd7c4afb81eb06c95c8fc93998be.zip
regulator: Add support for TI TPS6287x regulators
Add support for Texas Instruments TPS6287x, single-channel synchronous step-down converters with four output voltage ranges. Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com Link: https://lore.kernel.org/r/20230502-tps6287x-driver-v3-2-e25140a023f5@axis.com Signed-off-by: Mark Brown <broonie@kernel.org
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 e5f3613c15fa..76918f8d3a16 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1397,6 +1397,17 @@ config REGULATOR_TPS6286X
high-frequency synchronous step-down converters with an I2C
interface.
+config REGULATOR_TPS6287X
+ tristate "TI TPS6287x Power Regulator"
+ depends on I2C && OF
+ select REGMAP_I2C
+ help
+ This driver supports TPS6287x voltage regulator chips. These are
+ pin-to-pin high-frequency synchronous step-down dc-dc converters
+ with an I2C interface.
+
+ If built as a module it will be called tps6287x-regulator.
+
config REGULATOR_TPS65023
tristate "TI TPS65023 Power regulators"
depends on I2C