aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorChris Zhong <zyw@rock-chips.com>2014-09-27 22:28:53 -0400
committerMark Brown <broonie@kernel.org>2014-09-28 06:35:53 -0400
commitaa66cc6630a4088e84b64992aa5f137711ae45fa (patch)
treece2c2439297c720528c8e3aeeca6c6673f483aa0 /drivers/regulator/Kconfig
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff)
regulator: pwm-regulator: get voltage and duty table from dts
rename st-pwm to pwm-regulator. And support getting voltage & duty table from device tree, other platforms can also use this driver without any modify. Signed-off-by: Chris Zhong <zyw@rock-chips.com> Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig13
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 2dc8289e5dba..b0ff94a6e45d 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -449,6 +449,13 @@ config REGULATOR_PFUZE100
449 Say y here to support the regulators found on the Freescale 449 Say y here to support the regulators found on the Freescale
450 PFUZE100/PFUZE200 PMIC. 450 PFUZE100/PFUZE200 PMIC.
451 451
452config REGULATOR_PWM
453 tristate "PWM voltage regulator"
454 depends on PWM
455 help
456 This driver supports PWM controlled voltage regulators. PWM
457 duty cycle can increase or decrease the voltage.
458
452config REGULATOR_RC5T583 459config REGULATOR_RC5T583
453 tristate "RICOH RC5T583 Power regulators" 460 tristate "RICOH RC5T583 Power regulators"
454 depends on MFD_RC5T583 461 depends on MFD_RC5T583
@@ -483,12 +490,6 @@ config REGULATOR_S5M8767
483 via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and 490 via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
484 supports DVS mode with 8bits of output voltage control. 491 supports DVS mode with 8bits of output voltage control.
485 492
486config REGULATOR_ST_PWM
487 tristate "STMicroelectronics PWM voltage regulator"
488 depends on ARCH_STI
489 help
490 This driver supports ST's PWM controlled voltage regulators.
491
492config REGULATOR_TI_ABB 493config REGULATOR_TI_ABB
493 tristate "TI Adaptive Body Bias on-chip LDO" 494 tristate "TI Adaptive Body Bias on-chip LDO"
494 depends on ARCH_OMAP 495 depends on ARCH_OMAP