aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2012-04-16 11:48:41 +0300
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-05-05 05:48:17 -0700
commit34298d40e5853bc195c9db012fc1ddccac9b6f7f (patch)
tree8a5a51a1f89117815b513057b1a5fad4d380cd3f /drivers/power/Kconfig
parentsmb347-charger: Move IRQ enabling to the end of probe (diff)
downloadlinux-dev-34298d40e5853bc195c9db012fc1ddccac9b6f7f.tar.xz
linux-dev-34298d40e5853bc195c9db012fc1ddccac9b6f7f.zip
smb347-charger: Convert to regmap API
The smb347-charger driver does a lot of read-modify-write to the device registers. Instead of open-coding everything we can take advantage of regmap API which provides nice functions to do this kind of things. In addition there is no need for custom debugfs file for dumping registers as this is already provided by the regmap API. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 0c52a4079124..2259dea525e0 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -291,6 +291,7 @@ config CHARGER_MAX8998
config CHARGER_SMB347
tristate "Summit Microelectronics SMB347 Battery Charger"
depends on I2C
+ select REGMAP_I2C
help
Say Y to include support for Summit Microelectronics SMB347
Battery Charger.