diff options
author | Sundar R IYER <sundar.iyer@stericsson.com> | 2010-07-13 12:18:56 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-11 06:38:01 -0400 |
commit | c789ca202cae5adfab0208e7e8becbc602e5d079 (patch) | |
tree | d7111763aee770bd985c8b63395c98f856b8364e /drivers/regulator/Kconfig | |
parent | 549931f99e030d63a437c23943fd8dc9b7c0e41c (diff) |
regulator: add support for regulators on the ab8500 MFD
Hi Mark,
> I think that's everything.
Please find the updated patch set as below.
>From f4bf7eec4d210db5075c0bce4521d9be6bc76c8c Mon Sep 17 00:00:00 2001
From: Sundar R Iyer <sundar.iyer@stericsson.com>
Date: Sun, 6 Jun 2010 19:12:12 +0530
Subject: [PATCH v3 1/2] regulator: add support for regulators on the ab8500 MFD
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com>
Signed-off-by: Sundar R Iyer <sundar.iyer@stericsson.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 7cd8a2976e6..6c14afd258b 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -221,5 +221,13 @@ config REGULATOR_AD5398 | |||
221 | help | 221 | help |
222 | This driver supports AD5398 and AD5821 current regulator chips. | 222 | This driver supports AD5398 and AD5821 current regulator chips. |
223 | If building into module, its name is ad5398.ko. | 223 | If building into module, its name is ad5398.ko. |
224 | |||
225 | config REGULATOR_AB8500 | ||
226 | bool "ST-Ericsson AB8500 Power Regulators" | ||
227 | depends on AB8500_CORE | ||
228 | help | ||
229 | This driver supports the regulators found on the ST-Ericsson mixed | ||
230 | signal AB8500 PMIC | ||
231 | |||
224 | endif | 232 | endif |
225 | 233 | ||