aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-05-03 12:14:48 -0400
committerLinus Walleij <linus.walleij@linaro.org>2011-05-24 16:19:37 -0400
commit8317797ca657081ed81312ea3501f3a3d59d52e9 (patch)
treed887ba5ed4b364e5203bff3266bdd0278373bb76 /drivers/mfd/Kconfig
parent3df57bcf5a6ba74572218a811bd0e311414f2aff (diff)
mfd: add DB5500 PRCMU driver
This adds the DB5500 PRCMU driver. Right now this one is pretty restricted in functionality, exposing a simple interface to send I2C messages. Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 7eaeb9750793..481770ab2716 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -585,6 +585,16 @@ config MFD_DB8500_PRCMU
585 system controller running an XP70 microprocessor, which is accessed 585 system controller running an XP70 microprocessor, which is accessed
586 through a register map. 586 through a register map.
587 587
588config MFD_DB5500_PRCMU
589 bool "ST-Ericsson DB5500 Power Reset Control Management Unit"
590 depends on UX500_SOC_DB5500
591 select MFD_CORE
592 help
593 Select this option to enable support for the DB5500 Power Reset
594 and Control Management Unit. This is basically an autonomous
595 system controller running an XP70 microprocessor, which is accessed
596 through a register map.
597
588config MFD_CS5535 598config MFD_CS5535
589 tristate "Support for CS5535 and CS5536 southbridge core functions" 599 tristate "Support for CS5535 and CS5536 southbridge core functions"
590 select MFD_CORE 600 select MFD_CORE