diff options
author | Zhou Jingyu <b02241@freescale.com> | 2011-03-02 16:28:25 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:10:24 +0800 |
commit | e7b0b8997d008d60c512fb6b383ec8f4b53d518a (patch) | |
tree | be17d79427abc2097457d76b84e2215e38a23124 /drivers/regulator/Kconfig | |
parent | abec7b2ff44f34fac00c61d069f0cb7644690bdc (diff) |
ENGR00141391-2 PMIC: porting da9053 to i.mx platform
Fix da9053 backlight Kconfig error
porting da9052 regulator driver
Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
Acked-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rwxr-xr-x[-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 d7ed20f293d7..9856cc37039b 100644..100755 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -297,6 +297,13 @@ config REGULATOR_TPS6524X serial interface currently supported on the sequencer serial port controller. +config REGULATOR_DA9052 + tristate "Dialog DA9052 regulators" + depends on PMIC_DIALOG + help + Say y here to support the BUCKs and LDOs regulators found on + Dialog Semiconductor DA9052 PMIC. + config REGULATOR_TPS65910 tristate "TI TPS65910 Power Regulator" depends on MFD_TPS65910 |