File tree 3 files changed +416
-0
lines changed
3 files changed +416
-0
lines changed Original file line number Diff line number Diff line change @@ -533,6 +533,15 @@ config CHARGER_LT3651
533
533
Say Y to include support for the Analog Devices (Linear Technology)
534
534
LT3651 battery charger which reports its status via GPIO lines.
535
535
536
+ config CHARGER_LT8491
537
+ tristate "Analog Devices LT8491 charger"
538
+ depends on I2C
539
+ help
540
+ Say Y to include support for the Analog Devices (Linear Technology)
541
+ LT8491 battery charge controller connected to I2C. The LT8491 is a
542
+ high voltage buck-boost switching regulator battery charger
543
+ controller.
544
+
536
545
config CHARGER_LTC4162L
537
546
tristate "LTC4162-L charger"
538
547
depends on I2C
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ obj-$(CONFIG_CHARGER_LP8788) += lp8788-charger.o
72
72
obj-$(CONFIG_CHARGER_GPIO) += gpio-charger.o
73
73
obj-$(CONFIG_CHARGER_MANAGER) += charger-manager.o
74
74
obj-$(CONFIG_CHARGER_LT3651) += lt3651-charger.o
75
+ obj-$(CONFIG_CHARGER_LT8491) += lt8491_charger.o
75
76
obj-$(CONFIG_CHARGER_LTC4162L) += ltc4162-l-charger.o
76
77
obj-$(CONFIG_CHARGER_MAX14577) += max14577_charger.o
77
78
obj-$(CONFIG_CHARGER_DETECTOR_MAX14656) += max14656_charger_detector.o
You can’t perform that action at this time.
0 commit comments