File tree Expand file tree Collapse file tree 3 files changed +1759
-0
lines changed Expand file tree Collapse file tree 3 files changed +1759
-0
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,13 @@ config BATTERY_RT5033
460
460
The fuelgauge calculates and determines the battery state of charge
461
461
according to battery open circuit voltage.
462
462
463
+ config CHARGER_RT9455
464
+ tristate "Richtek RT9455 battery charger driver"
465
+ depends on I2C && GPIOLIB
466
+ select REGMAP_I2C
467
+ help
468
+ Say Y to enable support for Richtek RT9455 battery charger.
469
+
463
470
source "drivers/power/reset/Kconfig"
464
471
465
472
endif # POWER_SUPPLY
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ obj-$(CONFIG_BATTERY_MAX17040) += max17040_battery.o
37
37
obj-$(CONFIG_BATTERY_MAX17042) += max17042_battery.o
38
38
obj-$(CONFIG_BATTERY_Z2) += z2_battery.o
39
39
obj-$(CONFIG_BATTERY_RT5033) += rt5033_battery.o
40
+ obj-$(CONFIG_CHARGER_RT9455) += rt9455_charger.o
40
41
obj-$(CONFIG_BATTERY_S3C_ADC) += s3c_adc_battery.o
41
42
obj-$(CONFIG_BATTERY_TWL4030_MADC) += twl4030_madc_battery.o
42
43
obj-$(CONFIG_CHARGER_88PM860X) += 88pm860x_charger.o
You can’t perform that action at this time.
0 commit comments