blob: f5384f3cb0c08c6653a0d08ef1ea284a81ee528d [file] [log] [blame]
developer2cdaeb12022-10-04 20:25:05 +08001diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
2index 3ee6353..2e393a7 100644
3--- a/drivers/regulator/Kconfig
4+++ b/drivers/regulator/Kconfig
5@@ -798,6 +798,16 @@ config REGULATOR_RT5033
6 RT5033 PMIC. The device supports multiple regulators like
7 current source, LDO and Buck.
8
9+config REGULATOR_RT5190A
10+ tristate "Richtek RT5190A PMIC"
11+ depends on I2C
12+ select REGMAP_I2C
13+ help
14+ This add support for voltage regulator in Ritchtek RT5190A PMIC.
15+ It integrates 1 channel buck controller, 3 channels high efficiency
16+ buck converters, 1 LDO, mute AC OFF depop function, with the general
17+ I2C control interface.
18+
19 config REGULATOR_S2MPA01
20 tristate "Samsung S2MPA01 voltage regulator"
21 depends on MFD_SEC_CORE
22diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
23index 2210ba5..bf75b77 100644
24--- a/drivers/regulator/Makefile
25+++ b/drivers/regulator/Makefile
26@@ -100,6 +100,7 @@ obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o
27 obj-$(CONFIG_REGULATOR_RK808) += rk808-regulator.o
28 obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o
29 obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
30+obj-$(CONFIG_REGULATOR_RT5190A) += rt5190a-regulator.o
31 obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
32 obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
33 obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
34--
352.18.0
36