diff options
author | Mattias Wallin <mattias.wallin@stericsson.com> | 2010-09-15 13:12:03 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-29 00:29:26 +0200 |
commit | 39368eda96c0a54ea0b3c6066b08e46b37f7905f (patch) | |
tree | 5fdae9213f8a3dbce2ea78f8176bcac07aced621 /drivers/mfd/Makefile | |
parent | 5814fc35e1837e30b82c3d57f41310d4c4c52824 (diff) | |
download | blackbird-op-linux-39368eda96c0a54ea0b3c6066b08e46b37f7905f.tar.gz blackbird-op-linux-39368eda96c0a54ea0b3c6066b08e46b37f7905f.zip |
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 obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o obj-$(CONFIG_AB3550_CORE) += ab3550-core.o obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-spi.o +obj-$(CONFIG_AB8500_I2C_CORE) += ab8500-i2c.o obj-$(CONFIG_AB8500_DEBUG) += ab8500-debugfs.o obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o obj-$(CONFIG_PMIC_ADP5520) += adp5520.o |