diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2015-05-19 16:24:40 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-05-23 21:31:26 +0200 |
commit | 4aeae9cb0dad117f055add68c48decaf489aecf3 (patch) | |
tree | 3fa6bc3043f4968715bf61d20c4fdfeb4ef1f535 /drivers/power/Kconfig | |
parent | 7e9f8a25a94e21adbcfbe89843a552da191c0079 (diff) |
power_supply: Add support for TI BQ25890 charger chip
More details about the chip can be found here:
http://www.ti.com/product/bq25890
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 20352a7a0081..0fe5b08055ba 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -401,6 +401,13 @@ config CHARGER_BQ24735 help Say Y to enable support for the TI BQ24735 battery charger. +config CHARGER_BQ25890 + tristate "TI BQ25890 battery charger driver" + depends on I2C && GPIOLIB + select REGMAP_I2C + help + Say Y to enable support for the TI BQ25890 battery charger. + config CHARGER_SMB347 tristate "Summit Microelectronics SMB347 Battery Charger" depends on I2C |