diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-01-25 18:38:35 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-08 00:17:17 +0300 |
commit | 28db38888b2a53b6bdd70104c2d2a199632ca507 (patch) | |
tree | 37534e1bf9f1fe8b17583a0ed8c98efe5bc16393 /drivers/power/Makefile | |
parent | a39069f6ce6500a5ca39e534108247f25169d8e0 (diff) | |
download | linux-28db38888b2a53b6bdd70104c2d2a199632ca507.tar.xz |
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>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index 573597c683b4..a2ba7c85c97a 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_POWER_SUPPLY) += power_supply.o obj-$(CONFIG_PDA_POWER) += pda_power.o obj-$(CONFIG_APM_POWER) += apm_power.o +obj-$(CONFIG_MAX8925_POWER) += max8925_power.o obj-$(CONFIG_WM831X_BACKUP) += wm831x_backup.o obj-$(CONFIG_WM831X_POWER) += wm831x_power.o obj-$(CONFIG_WM8350_POWER) += wm8350_power.o |