diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2015-04-16 12:31:16 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-05-23 18:54:34 +0200 |
commit | 2219a935963e5eeb19e5abfb99475fcc06bbb804 (patch) | |
tree | d9a38544046f1e143d892fa12ba035743ec6d7af /drivers/power/Kconfig | |
parent | 7f1a57fdd6cb6e7be2ed31878a34655df38e1861 (diff) | |
download | linux-2219a935963e5eeb19e5abfb99475fcc06bbb804.tar.gz linux-2219a935963e5eeb19e5abfb99475fcc06bbb804.tar.bz2 linux-2219a935963e5eeb19e5abfb99475fcc06bbb804.zip |
power_supply: Add TI BQ24257 charger driver
Based on the datasheet found here:
http://www.ti.com/lit/ds/symlink/bq24257.pdf
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.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 4091fb092d06..20352a7a0081 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -388,6 +388,13 @@ config CHARGER_BQ24190 help Say Y to enable support for the TI BQ24190 battery charger. +config CHARGER_BQ24257 + tristate "TI BQ24257 battery charger driver" + depends on I2C && GPIOLIB + depends on REGMAP_I2C + help + Say Y to enable support for the TI BQ24257 battery charger. + config CHARGER_BQ24735 tristate "TI BQ24735 battery charger support" depends on I2C && GPIOLIB |