Skip to content

Commit 28db388

Browse files
Haojian ZhuangSamuel Ortiz
authored andcommitted
power_supply: Enable power supply of max8925
MAX8925 is a PMIC that contains charger component Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent a39069f commit 28db388

File tree

3 files changed

+542
-0
lines changed

3 files changed

+542
-0
lines changed

drivers/power/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ config APM_POWER
2929
Say Y here to enable support APM status emulation using
3030
battery class devices.
3131

32+
config MAX8925_POWER
33+
tristate "MAX8925 battery charger support"
34+
depends on MFD_MAX8925
35+
help
36+
Say Y here to enable support for the battery charger in the Maxim
37+
MAX8925 PMIC.
38+
3239
config WM831X_BACKUP
3340
tristate "WM831X backup battery charger support"
3441
depends on MFD_WM831X

drivers/power/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ obj-$(CONFIG_POWER_SUPPLY) += power_supply.o
1616

1717
obj-$(CONFIG_PDA_POWER) += pda_power.o
1818
obj-$(CONFIG_APM_POWER) += apm_power.o
19+
obj-$(CONFIG_MAX8925_POWER) += max8925_power.o
1920
obj-$(CONFIG_WM831X_BACKUP) += wm831x_backup.o
2021
obj-$(CONFIG_WM831X_POWER) += wm831x_power.o
2122
obj-$(CONFIG_WM8350_POWER) += wm8350_power.o

0 commit comments

Comments
 (0)