diff options
author | Sangbeom Kim <sbkim73@samsung.com> | 2012-01-12 20:13:13 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-20 07:01:30 -0500 |
commit | 62aa492582cd6ce9f5e797ac3197239e63de1df9 (patch) | |
tree | 181e3e4a7a4a0fb3778ef13aea81327134c6ef7e /drivers | |
parent | 38e968380b27d6c0f4b68bdd6e3161f8a7effe38 (diff) |
regulator: Add S5M8767 configuration
This patch add Samsung S5M8767A pmic configuration.
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/Kconfig | 8 | ||||
-rw-r--r-- | drivers/regulator/Makefile | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c7e49b140be9..4792d661f0bf 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -136,6 +136,14 @@ config REGULATOR_MAX8998 | |||
136 | via I2C bus. The provided regulator is suitable for S3C6410 | 136 | via I2C bus. The provided regulator is suitable for S3C6410 |
137 | and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages. | 137 | and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages. |
138 | 138 | ||
139 | config REGULATOR_S5M8767 | ||
140 | tristate "Samsung S5M8767A voltage regulator" | ||
141 | depends on MFD_S5M_CORE | ||
142 | help | ||
143 | This driver supports a Samsung S5M8767A voltage output regulator | ||
144 | via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and | ||
145 | supports DVS mode with 8bits of output voltage control. | ||
146 | |||
139 | config REGULATOR_TWL4030 | 147 | config REGULATOR_TWL4030 |
140 | bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" | 148 | bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" |
141 | depends on TWL4030_CORE | 149 | depends on TWL4030_CORE |
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index bf5951352484..66be54a3e680 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -50,5 +50,7 @@ obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o | |||
50 | obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o | 50 | obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o |
51 | obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o | 51 | obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o |
52 | obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o | 52 | obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o |
53 | obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o | ||
54 | |||
53 | 55 | ||
54 | ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG | 56 | ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG |