diff options
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. | ||