File tree Expand file tree Collapse file tree 3 files changed +1007
-0
lines changed Expand file tree Collapse file tree 3 files changed +1007
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,13 @@ config CHARGER_BQ24735
401
401
help
402
402
Say Y to enable support for the TI BQ24735 battery charger.
403
403
404
+ config CHARGER_BQ25890
405
+ tristate "TI BQ25890 battery charger driver"
406
+ depends on I2C && GPIOLIB
407
+ select REGMAP_I2C
408
+ help
409
+ Say Y to enable support for the TI BQ25890 battery charger.
410
+
404
411
config CHARGER_SMB347
405
412
tristate "Summit Microelectronics SMB347 Battery Charger"
406
413
depends on I2C
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ obj-$(CONFIG_CHARGER_BQ2415X) += bq2415x_charger.o
60
60
obj-$(CONFIG_CHARGER_BQ24190) += bq24190_charger.o
61
61
obj-$(CONFIG_CHARGER_BQ24257) += bq24257_charger.o
62
62
obj-$(CONFIG_CHARGER_BQ24735) += bq24735-charger.o
63
+ obj-$(CONFIG_CHARGER_BQ25890) += bq25890_charger.o
63
64
obj-$(CONFIG_POWER_AVS) += avs/
64
65
obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o
65
66
obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
You can’t perform that action at this time.
0 commit comments