summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorHaojian Zhuang2009-09-17 14:54:03 +0200
committerSamuel Ortiz2009-12-13 19:20:37 +0100
commit4107da2a2853c070fb3effa58a83f94dc067fc44 (patch)
tree581a762a8428ba3dc29fe4dbb02092ddeb760814 /drivers/mfd/Makefile
parentMerge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/... (diff)
downloadkernel-qcow2-linux-4107da2a2853c070fb3effa58a83f94dc067fc44.tar.gz
kernel-qcow2-linux-4107da2a2853c070fb3effa58a83f94dc067fc44.tar.xz
kernel-qcow2-linux-4107da2a2853c070fb3effa58a83f94dc067fc44.zip
mfd: Add 88PM8607 driver
This adds a core driver for 88PM8607 found in Marvell DKB development platform. This driver is a proxy for all accesses to 88PM8607 sub-drivers which will be merged on top of this one, RTC, regulators, battery and so on. This chip is manufactured by Marvell. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 11350c1d9301..2596add427a2 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -52,3 +52,4 @@ obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o
obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o
obj-$(CONFIG_AB3100_CORE) += ab3100-core.o
obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o
+obj-$(CONFIG_MFD_88PM8607) += 88pm8607.o