aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2014-02-26 13:59:23 -0500
committerLee Jones <lee.jones@linaro.org>2014-03-19 04:58:31 -0400
commite7b81fca7dd7cfa9f02722307e1a045f4565fec4 (patch)
tree413e0ff6d4f2d7dc29bb341ef230eee4c76e4136 /drivers/mfd/Kconfig
parent559c04f6f116075a1ebead411666c7ab47dcc7fe (diff)
mfd: pm8921: Use ssbi regmap
Use a regmap so that the pm8xxx read/write APIs can be removed once all consumer drivers are converted. Reviewed-by: Mark Brown <broonie@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 833d2c884437..8c3b308cfda3 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -482,6 +482,7 @@ config MFD_PM8921_CORE
482 select IRQ_DOMAIN 482 select IRQ_DOMAIN
483 select MFD_CORE 483 select MFD_CORE
484 select MFD_PM8XXX 484 select MFD_PM8XXX
485 select REGMAP
485 help 486 help
486 If you say yes to this option, support will be included for the 487 If you say yes to this option, support will be included for the
487 built-in PM8921 PMIC chip. 488 built-in PM8921 PMIC chip.