diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-07-15 16:06:04 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:18 -0400 |
commit | 61bfbdb856879cff583fe53b2ab6ae907faedee7 (patch) | |
tree | 6c7f58f04ea51e0a944f4bd50be597ee223a10a3 /drivers/mmc/host/Kconfig | |
parent | ba01d6ec04f6d1d983101eb527caa96318fc1017 (diff) |
MMC: Add support for the controller on JZ4740 SoCs.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Matt Fleming <matt@console-pimps.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Matt Fleming <matt@console-pimps.org>
Cc: linux-mmc@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1463/
Patchwork: https://patchwork.linux-mips.org/patch/1523/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index f06d06e7fdfa..d25e22cee4c4 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -432,3 +432,12 @@ config MMC_SH_MMCIF | |||
432 | This selects the MMC Host Interface controler (MMCIF). | 432 | This selects the MMC Host Interface controler (MMCIF). |
433 | 433 | ||
434 | This driver supports MMCIF in sh7724/sh7757/sh7372. | 434 | This driver supports MMCIF in sh7724/sh7757/sh7372. |
435 | |||
436 | config MMC_JZ4740 | ||
437 | tristate "JZ4740 SD/Multimedia Card Interface support" | ||
438 | depends on MACH_JZ4740 | ||
439 | help | ||
440 | This selects support for the SD/MMC controller on Ingenic JZ4740 | ||
441 | SoCs. | ||
442 | If you have a board based on such a SoC and with a SD/MMC slot, | ||
443 | say Y or M here. | ||