aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorBengt Jonsson <bengt.g.jonsson@stericsson.com>2012-01-13 10:30:31 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-01-20 07:01:29 -0500
commit38e968380b27d6c0f4b68bdd6e3161f8a7effe38 (patch)
treef7b53215a90e4e115d429592cfa0bee6bc2e876a /drivers/regulator/Kconfig
parentc835e1c00eda6f8f6c6bce49b2d89208f3a184dc (diff)
regulators/db8500: split off shared dbx500 code
As we progress with DB5500 and future voltage domain regulators based on very similar hardware as found in the DB8500 PRCMU, it makes sense to split off the generic parts and introduce some generic debug code for the DBx500 regulators. This patch accoplish a basic abstraction of the DBx500 voltage domain regulators. Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index b9ad3d8e03c7..c7e49b140be9 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -299,9 +299,13 @@ config REGULATOR_AB8500
299 This driver supports the regulators found on the ST-Ericsson mixed 299 This driver supports the regulators found on the ST-Ericsson mixed
300 signal AB8500 PMIC 300 signal AB8500 PMIC
301 301
302config REGULATOR_DBX500_PRCMU
303 bool
304
302config REGULATOR_DB8500_PRCMU 305config REGULATOR_DB8500_PRCMU
303 bool "ST-Ericsson DB8500 Voltage Domain Regulators" 306 bool "ST-Ericsson DB8500 Voltage Domain Regulators"
304 depends on MFD_DB8500_PRCMU 307 depends on MFD_DB8500_PRCMU
308 select REGULATOR_DBX500_PRCMU
305 help 309 help
306 This driver supports the voltage domain regulators controlled by the 310 This driver supports the voltage domain regulators controlled by the
307 DB8500 PRCMU 311 DB8500 PRCMU