diff options
author | Mattias Wallin <mattias.wallin@stericsson.com> | 2010-09-15 07:12:03 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:26 -0400 |
commit | 39368eda96c0a54ea0b3c6066b08e46b37f7905f (patch) | |
tree | 5fdae9213f8a3dbce2ea78f8176bcac07aced621 /drivers/mfd/Makefile | |
parent | 5814fc35e1837e30b82c3d57f41310d4c4c52824 (diff) |
mfd: AB8500 register access via PRCMU I2C
This patch adds the choice of accessing the AB8500 registers
via prcmu I2C. Access either via SPI or I2C is supported.
Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.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 f771c52c40db..d5968cd93048 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -69,6 +69,7 @@ obj-$(CONFIG_AB3100_CORE) += ab3100-core.o | |||
69 | obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o | 69 | obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o |
70 | obj-$(CONFIG_AB3550_CORE) += ab3550-core.o | 70 | obj-$(CONFIG_AB3550_CORE) += ab3550-core.o |
71 | obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-spi.o | 71 | obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-spi.o |
72 | obj-$(CONFIG_AB8500_I2C_CORE) += ab8500-i2c.o | ||
72 | obj-$(CONFIG_AB8500_DEBUG) += ab8500-debugfs.o | 73 | obj-$(CONFIG_AB8500_DEBUG) += ab8500-debugfs.o |
73 | obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o | 74 | obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o |
74 | obj-$(CONFIG_PMIC_ADP5520) += adp5520.o | 75 | obj-$(CONFIG_PMIC_ADP5520) += adp5520.o |