aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorSergey Larin <cerg2010cerg2010@mail.ru>2021-06-18 17:16:06 +0300
committerMark Brown <broonie@kernel.org>2021-06-21 13:07:44 +0100
commitd83f778c627ad4e80bd82dbc88ffa1b1b18876bb (patch)
treedfe27c6666851f5285d6c6167005ddd5b912a574 /drivers/regulator/Kconfig
parentregulator: hi6421: Use correct variable type for regmap api val argument (diff)
downloadlinux-dev-d83f778c627ad4e80bd82dbc88ffa1b1b18876bb.tar.xz
linux-dev-d83f778c627ad4e80bd82dbc88ffa1b1b18876bb.zip
regulator: max8893: add regulator driver
MAX8893 is a simple regulator which can be found on some of Sasmsung phones. Signed-off-by: Sergey Larin <cerg2010cerg2010@mail.ru> Link: https://lore.kernel.org/r/20210618141607.884-1-cerg2010cerg2010@mail.ru Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index a69b546872c1..7c39570b99b0 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -578,6 +578,13 @@ config REGULATOR_MAX8660
This driver controls a Maxim 8660/8661 voltage output
regulator via I2C bus.
+config REGULATOR_MAX8893
+ tristate "Maxim 8893 voltage regulator"
+ depends on I2C
+ help
+ This driver controls a Maxim 8893 voltage output
+ regulator via I2C bus.
+
config REGULATOR_MAX8907
tristate "Maxim 8907 voltage regulator"
depends on MFD_MAX8907 || COMPILE_TEST