aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@marvell.com>2010-01-25 10:38:35 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2010-03-07 22:17:17 +0100
commit28db38888b2a53b6bdd70104c2d2a199632ca507 (patch)
tree37534e1bf9f1fe8b17583a0ed8c98efe5bc16393 /drivers/power/Makefile
parenta39069f6ce6500a5ca39e534108247f25169d8e0 (diff)
downloadkernel_samsung_smdk4412-28db38888b2a53b6bdd70104c2d2a199632ca507.zip
kernel_samsung_smdk4412-28db38888b2a53b6bdd70104c2d2a199632ca507.tar.gz
kernel_samsung_smdk4412-28db38888b2a53b6bdd70104c2d2a199632ca507.tar.bz2
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile
index 573597c..a2ba7c8 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