diff options
author | Courtney Cavin <courtney.cavin@sonymobile.com> | 2015-07-30 10:53:56 -0700 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-09-22 13:35:30 +0200 |
commit | 56d7df8716b2e7a138af89bffe4923e15cf9bf68 (patch) | |
tree | db7e82512b825ea66439bb9bb8de983d8f5dda8a /drivers/power/Kconfig | |
parent | 43fde00b264e261d18a273751c48912b02f66245 (diff) | |
download | linux-56d7df8716b2e7a138af89bffe4923e15cf9bf68.tar.gz linux-56d7df8716b2e7a138af89bffe4923e15cf9bf68.tar.bz2 linux-56d7df8716b2e7a138af89bffe4923e15cf9bf68.zip |
power: Add Qualcomm SMBB driver
Add the Qualcomm Switch-Mode Battery Charger and Boost driver, found in
pm8941.
Signed-off-by: Courtney Cavin <courtney.cavin@sonymobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 914167e14d2e..2c0520db5025 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -379,6 +379,18 @@ config CHARGER_MAX8998 Say Y to enable support for the battery charger control sysfs and platform data of MAX8998/LP3974 PMICs. +config CHARGER_QCOM_SMBB + tristate "Qualcomm Switch-Mode Battery Charger and Boost" + depends on MFD_SPMI_PMIC || COMPILE_TEST + depends on OF + help + Say Y to include support for the Switch-Mode Battery Charger and + Boost (SMBB) hardware found in Qualcomm PM8941 PMICs. The charger + is an integrated, single-cell lithium-ion battery charger. DT + configuration is required for loading, see the devicetree + documentation for more detail. The base name for this driver is + 'pm8941_charger'. + config CHARGER_BQ2415X tristate "TI BQ2415x battery charger driver" depends on I2C |