Skip to content
Snippets Groups Projects
Commit 8b0eb5a5 authored by Jianhua Lu's avatar Jianhua Lu
Browse files

power: supply: add bq25970 charger driver

parent f367b493
No related branches found
No related tags found
No related merge requests found
......@@ -738,6 +738,15 @@ config CHARGER_BQ25890
help
Say Y to enable support for the TI BQ25890 battery charger.
config CHARGER_BQ25970
tristate "TI BQ25970 battery charger driver"
depends on I2C
depends on GPIOLIB || COMPILE_TEST
select REGMAP_I2C
help
Say Y to enable support for the TI BQ25970, BQ25971
series of fast battery chargers.
config CHARGER_BQ25980
tristate "TI BQ25980 battery charger driver"
depends on I2C
......
......@@ -95,6 +95,7 @@ obj-$(CONFIG_CHARGER_BQ24257) += bq24257_charger.o
obj-$(CONFIG_CHARGER_BQ24735) += bq24735-charger.o
obj-$(CONFIG_CHARGER_BQ2515X) += bq2515x_charger.o
obj-$(CONFIG_CHARGER_BQ25890) += bq25890_charger.o
obj-$(CONFIG_CHARGER_BQ25970) += bq25970_charger.o
obj-$(CONFIG_CHARGER_BQ25980) += bq25980_charger.o
obj-$(CONFIG_CHARGER_BQ256XX) += bq256xx_charger.o
obj-$(CONFIG_CHARGER_RK817) += rk817_charger.o
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment