summaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>2020-07-02 12:14:38 +0300
committerMark Brown <broonie@kernel.org>2020-07-02 17:52:00 +0300
commit38fc6f295726366a0135ca87ab98f3ab92afd81f (patch)
tree29ccbbd66ca3c4e53aa2b4e68767beec93a980b1 /drivers/regulator/Kconfig
parentd5ff5fb977f0c3d07bdb9f87b490c70481c8666f (diff)
downloadlinux-38fc6f295726366a0135ca87ab98f3ab92afd81f.tar.xz
regulator: add support for SY8827N regulator
The SY8827N from Silergy Corp is a single output DC/DC converter. The voltage can be controlled via I2C. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Link: https://lore.kernel.org/r/20200702171438.20edc523@xhacker.debian 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 a63e02b7034d..faa4cbfdc5d0 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1009,6 +1009,13 @@ config REGULATOR_SY8824X
help
This driver supports SY8824C single output regulator.
+config REGULATOR_SY8827N
+ tristate "Silergy SY8827N regulator"
+ depends on I2C && (OF || COMPILE_TEST)
+ select REGMAP_I2C
+ help
+ This driver supports SY8827N single output regulator.
+
config REGULATOR_TPS51632
tristate "TI TPS51632 Power Regulator"
depends on I2C