diff options
author | Ashish Jangam <ashish.jangam@kpitcummins.com> | 2011-12-12 10:07:41 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-14 06:53:45 -0500 |
commit | cfe04478fa1b472264b7fe9bbf547710aa344d3c (patch) | |
tree | 0259b83d413552449affef04af574aa4e6635468 /drivers/mfd/Makefile | |
parent | 84c99db879314d58e0064f02b481f668f45d0070 (diff) |
MFD: DA9052/53 MFD core module add SPI support v2
This patch add SPI support for DA9052/53 MFD core module.
This patch is functionally tested on Samsung SMDKV6410.
Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 484f209f41e4..d5f574306c7f 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -69,6 +69,7 @@ obj-$(CONFIG_UCB1400_CORE) += ucb1400_core.o | |||
69 | obj-$(CONFIG_PMIC_DA903X) += da903x.o | 69 | obj-$(CONFIG_PMIC_DA903X) += da903x.o |
70 | 70 | ||
71 | obj-$(CONFIG_PMIC_DA9052) += da9052-core.o | 71 | obj-$(CONFIG_PMIC_DA9052) += da9052-core.o |
72 | obj-$(CONFIG_MFD_DA9052_SPI) += da9052-spi.o | ||
72 | obj-$(CONFIG_MFD_DA9052_I2C) += da9052-i2c.o | 73 | obj-$(CONFIG_MFD_DA9052_I2C) += da9052-i2c.o |
73 | 74 | ||
74 | max8925-objs := max8925-core.o max8925-i2c.o | 75 | max8925-objs := max8925-core.o max8925-i2c.o |