diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-01-09 03:51:01 +0300 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-11 03:34:25 +0300 |
commit | 5ec271e745350c7df6a6ebca24b43cb7a10bfa4a (patch) | |
tree | 96661679d40bfa69d240381162cd0ec27a8f03e3 /drivers/regulator/Kconfig | |
parent | 1851b06ac40c57fe4efe7ddefc3c04dab4f99e67 (diff) | |
download | linux-5ec271e745350c7df6a6ebca24b43cb7a10bfa4a.tar.xz |
regulator: PCF50633 pmic driver
Changes from V1:
- Removed support for suspend_enable & suspend_disable functions.
Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Cc: Andy Green <andy@openmoko.com>
Cc: Liam Girdwood <lrg@slimlogic.co.uk>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 39360e2a4540..e7e0cf102d6d 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -73,4 +73,11 @@ config REGULATOR_DA903X Say y here to support the BUCKs and LDOs regulators found on Dialog Semiconductor DA9030/DA9034 PMIC. +config REGULATOR_PCF50633 + tristate "PCF50633 regulator driver" + depends on MFD_PCF50633 + help + Say Y here to support the voltage regulators and convertors + on PCF50633 + endif |