summaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorAlistair Francis <alistair@alistair23.me>2021-06-15 13:33:58 +0300
committerMark Brown <broonie@kernel.org>2021-06-15 18:43:00 +0300
commit8c485bedfb7852fa4de2a34aac2a6fd911f539f4 (patch)
treeb625fbf5043e0c33c5852131eb7a91bd6e2fa8a9 /drivers/regulator/Kconfig
parentf3f4f37d53be578c65dd32a1ffad432b33aef236 (diff)
downloadlinux-8c485bedfb7852fa4de2a34aac2a6fd911f539f4.tar.xz
regulator: sy7636a: Initial commit
Initial support for the Silergy SY7636A-regulator Power Management chip. Signed-off-by: Alistair Francis <alistair@alistair23.me> Link: https://lore.kernel.org/r/20210615103400.946-3-alistair@alistair23.me Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 3134211b9498..a69b546872c1 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1169,6 +1169,12 @@ config REGULATOR_STW481X_VMMC
This driver supports the internal VMMC regulator in the STw481x
PMIC chips.
+config REGULATOR_SY7636A
+ tristate "Silergy SY7636A voltage regulator"
+ depends on MFD_SY7636A
+ help
+ This driver supports Silergy SY3686A voltage regulator.
+
config REGULATOR_SY8106A
tristate "Silergy SY8106A regulator"
depends on I2C && (OF || COMPILE_TEST)