summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorIan Molton2008-07-15 17:02:21 +0200
committerSamuel Ortiz2008-08-10 23:30:16 +0200
commit4a48998fa16121d0fe3436cce43afd6f47424103 (patch)
tree983aa54b37e229823ca8e85f3b0d9b7168cec908 /drivers/mmc/host/Makefile
parentmfd: driver for the TMIO NAND controller (diff)
downloadkernel-qcow2-linux-4a48998fa16121d0fe3436cce43afd6f47424103.tar.gz
kernel-qcow2-linux-4a48998fa16121d0fe3436cce43afd6f47424103.tar.xz
kernel-qcow2-linux-4a48998fa16121d0fe3436cce43afd6f47424103.zip
mfd: TMIO MMC driver
This patch adds support for the MMC subdevice 'cell' commonly found in TMIO based MFDs. Signed-off-by: Ian Molton <spyro@f2s.com> Acked-by: Pierre Ossman <drzeus@drzeus.cx> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r--drivers/mmc/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index db52eebfb50e..c794cc5ce442 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -21,4 +21,5 @@ obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
obj-$(CONFIG_MMC_SPI) += mmc_spi.o
obj-$(CONFIG_MMC_S3C) += s3cmci.o
obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o
+obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o