diff options
author | Sergey Larin <cerg2010cerg2010@mail.ru> | 2021-06-18 16:16:06 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-21 14:07:44 +0200 |
commit | d83f778c627ad4e80bd82dbc88ffa1b1b18876bb (patch) | |
tree | dfe27c6666851f5285d6c6167005ddd5b912a574 /drivers/regulator/Kconfig | |
parent | regulator: hi6421: Use correct variable type for regmap api val argument (diff) | |
download | linux-d83f778c627ad4e80bd82dbc88ffa1b1b18876bb.tar.xz linux-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/Kconfig | 7 |
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 |