aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-04-11 16:24:49 -0400
committerChris Ball <cjb@laptop.org>2012-04-22 11:17:25 -0400
commit6187fee46f4bc7f18f2caefdc75a073c6a25adab (patch)
tree6c855f03b9b75e3a9d5d08cdb5e6bf29377d9ec8 /drivers/mmc/host/Kconfig
parent021459773d9b93e8d7388086db7b17107bdfc51d (diff)
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/Kconfig')
-rw-r--r--drivers/mmc/host/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 2bc06e7344db..9f1f5e2bbfef 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -307,16 +307,6 @@ config MMC_ATMELMCI_DMA
307 307
308 If unsure, say N. 308 If unsure, say N.
309 309
310config MMC_IMX
311 tristate "Motorola i.MX Multimedia Card Interface support"
312 depends on ARCH_MX1
313 help
314 This selects the Motorola i.MX Multimedia card Interface.
315 If you have a i.MX platform with a Multimedia Card slot,
316 say Y or M here.
317
318 If unsure, say N.
319
320config MMC_MSM 310config MMC_MSM
321 tristate "Qualcomm SDCC Controller Support" 311 tristate "Qualcomm SDCC Controller Support"
322 depends on MMC && ARCH_MSM 312 depends on MMC && ARCH_MSM