summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorRussell King2005-08-18 11:06:59 +0200
committerRussell King2005-08-18 11:06:59 +0200
commita4e137ab1447fc5009f21e257971aa60a9ec98fb (patch)
tree5ceb2e007a746fa84e45f08fefe6d37a3572fea1 /drivers/Kconfig
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6 (diff)
downloadkernel-qcow2-linux-a4e137ab1447fc5009f21e257971aa60a9ec98fb.tar.gz
kernel-qcow2-linux-a4e137ab1447fc5009f21e257971aa60a9ec98fb.tar.xz
kernel-qcow2-linux-a4e137ab1447fc5009f21e257971aa60a9ec98fb.zip
[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/Kconfig')
-rw-r--r--drivers/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index cecab0acc3fe..46d655fab115 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -48,6 +48,8 @@ source "drivers/hwmon/Kconfig"
source "drivers/misc/Kconfig"
+source "drivers/mfd/Kconfig"
+
source "drivers/media/Kconfig"
source "drivers/video/Kconfig"