diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-08-31 11:48:49 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2020-10-04 01:54:35 +0200 |
commit | 5069185fc18e810715a91d80fcd075e03add600c (patch) | |
tree | ab77ea00ca8cd7eba409ab1f5d2b447c82b18891 /drivers/power/supply/Kconfig | |
parent | 6d3dd362fa0308fc55337623baec2b02f15b76e2 (diff) |
power: supply: bq25980: Add support for the BQ259xx family
Add support for the BQ25980, BQ25975 and BQ25960 family of flash
chargers.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/Kconfig')
-rw-r--r-- | drivers/power/supply/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index de9e0fa9a861..eec646c568b7 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig @@ -636,6 +636,15 @@ config CHARGER_BQ25890 help Say Y to enable support for the TI BQ25890 battery charger. +config CHARGER_BQ25980 + tristate "TI BQ25980 battery charger driver" + depends on I2C + depends on GPIOLIB || COMPILE_TEST + select REGMAP_I2C + help + Say Y to enable support for the TI BQ25980, BQ25975 and BQ25960 + series of fast battery chargers. + config CHARGER_SMB347 tristate "Summit Microelectronics SMB3XX Battery Charger" depends on I2C |