diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-08-18 10:06:59 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-08-18 10:06:59 +0100 |
commit | a4e137ab1447fc5009f21e257971aa60a9ec98fb (patch) | |
tree | 5ceb2e007a746fa84e45f08fefe6d37a3572fea1 /drivers/mfd/Makefile | |
parent | 099d44e869f1886b5eb02a5145ca97b5e4142e28 (diff) |
[MFD] Add multimedia communication port core support
Add support for the core of the multimedia communication port
framework. This is a port used to communicate with devices
with two DMA paths and a control path.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile new file mode 100644 index 00000000000..ff31f281e28 --- /dev/null +++ b/drivers/mfd/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for multifunction miscellaneous devices +# + +obj-$(CONFIG_MCP) += mcp-core.o |