aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/regulator/Kconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2022-04-27 13:28:10 +0200
committerTom Rini <trini@konsulko.com>2022-05-09 13:40:24 -0400
commit411502ccb81da2626046dd5eb2399e6e983b0c44 (patch)
tree06a988bf3907320f71ac2365d99e9ffeebba7ba0 /drivers/power/regulator/Kconfig
parentb5cfa0c7ca4f793df26525cac0ab8e03ed433218 (diff)
downloadu-boot-411502ccb81da2626046dd5eb2399e6e983b0c44.zip
u-boot-411502ccb81da2626046dd5eb2399e6e983b0c44.tar.gz
u-boot-411502ccb81da2626046dd5eb2399e6e983b0c44.tar.bz2
regulator: add driver for the TPS65219 BUCK & LDO regulators
The TPS65219 I2S PMIC features 3 Buck converters and 4 linear regulators, 2 GPOs, 1 GPIO, and 3 multi-function-pin. This adds the driver for the Buck converters & linear regulators. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/power/regulator/Kconfig')
-rw-r--r--drivers/power/regulator/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/power/regulator/Kconfig b/drivers/power/regulator/Kconfig
index cd253b9..9145408 100644
--- a/drivers/power/regulator/Kconfig
+++ b/drivers/power/regulator/Kconfig
@@ -371,3 +371,12 @@ config DM_REGULATOR_SCMI
help
Enable this option if you want to support regulators exposed through
the SCMI voltage domain protocol by a SCMI server.
+
+config DM_REGULATOR_TPS65219
+ bool "Enable driver for TPS65219 PMIC regulators"
+ depends on PMIC_TPS65219
+ help
+ This enables implementation of driver-model regulator uclass
+ features for REGULATOR TPS65219 and the family of TPS65219 PMICs.
+ TPS65219 series of PMICs have 3 single phase BUCKs & 4 LDOs.
+ The driver implements get/set api for value and enable.