diff options
author | Stephen Boyd | 2014-02-26 10:59:23 -0800 |
---|---|---|
committer | Lee Jones | 2014-03-19 08:58:31 +0000 |
commit | e7b81fca7dd7cfa9f02722307e1a045f4565fec4 (patch) | |
tree | 413e0ff6d4f2d7dc29bb341ef230eee4c76e4136 /drivers/mfd/Kconfig | |
parent | 559c04f6f116075a1ebead411666c7ab47dcc7fe (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/Kconfig | 1 |
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 select IRQ_DOMAIN select MFD_CORE select MFD_PM8XXX + select REGMAP help If you say yes to this option, support will be included for the built-in PM8921 PMIC chip. |