summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorSascha Hauer2012-04-11 22:24:49 +0200
committerChris Ball2012-04-22 17:17:25 +0200
commit6187fee46f4bc7f18f2caefdc75a073c6a25adab (patch)
tree6c855f03b9b75e3a9d5d08cdb5e6bf29377d9ec8 /drivers/mmc/host/Makefile
parentmmc: sdhci: Log what timeout was set if the timeout is too large (diff)
downloadkernel-qcow2-linux-6187fee46f4bc7f18f2caefdc75a073c6a25adab.tar.gz
kernel-qcow2-linux-6187fee46f4bc7f18f2caefdc75a073c6a25adab.tar.xz
kernel-qcow2-linux-6187fee46f4bc7f18f2caefdc75a073c6a25adab.zip
mmc: remove imxmmc driver
This driver is broken since 2.6.31 when the traditional i.MX1 support was removed. In theory the i.MX1 mmc controller can be supported by the mxcmmc driver which basically is the same hardware. However, the i.MX1 controller has severe bugs which made several workarounds necessary which resulted in a different driver structure. At that time it seemed easier to write a second driver to support hardware without bugs. As noone cared for the i.MX1 driver for a long time and it does not compile, remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r--drivers/mmc/host/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index 3e7e26d08073..8922b06be925 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -4,7 +4,6 @@
obj-$(CONFIG_MMC_ARMMMCI) += mmci.o
obj-$(CONFIG_MMC_PXA) += pxamci.o
-obj-$(CONFIG_MMC_IMX) += imxmmc.o
obj-$(CONFIG_MMC_MXC) += mxcmmc.o
obj-$(CONFIG_MMC_MXS) += mxs-mmc.o
obj-$(CONFIG_MMC_SDHCI) += sdhci.o