diff options
author | Marc Reilly <marc@cpdesign.com.au> | 2012-04-01 06:41:38 (GMT) |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-01 10:35:40 (GMT) |
commit | a0c7c1d48ea9f53c67c79eda498bb8eda1422748 (patch) | |
tree | b54f9495379ff485bcc63650be9687a69d3e55c4 /drivers/mfd/Makefile | |
parent | 91b5e741184ea9836cd7d7509e4f9b6eefa27df2 (diff) | |
download | linux-a0c7c1d48ea9f53c67c79eda498bb8eda1422748.tar.xz |
mfd: Move the mc13xxx-core spi specific code into a separate module
All spi specific code is moved into a new module. The mc13xxx struct
moves to a new local include file by necessity.
A new config choice selects the SPI bus type support and by default is
value of SPI_MASTER to remain compatible with existing configs.
Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
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 c4500c3..7ce5b5c 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -54,6 +54,7 @@ obj-$(CONFIG_TWL6030_PWM) += twl6030-pwm.o obj-$(CONFIG_TWL6040_CORE) += twl6040-core.o twl6040-irq.o obj-$(CONFIG_MFD_MC13XXX) += mc13xxx-core.o +obj-$(CONFIG_MFD_MC13XXX_SPI) += mc13xxx-spi.o obj-$(CONFIG_MFD_CORE) += mfd-core.o |