diff options
author | Will Newton <will.newton@gmail.com> | 2011-01-02 01:11:59 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-01-08 23:52:24 -0500 |
commit | f95f3850f7a9e1d49ebc5b6e72e7cc3ec3685b0b (patch) | |
tree | 2903746678fde809a1fcede6ce16cd9f45334214 /drivers/mmc/host/Kconfig | |
parent | 03d2bfc878e4dff9e596accc7b7eccf947804a3c (diff) |
mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.
This adds the mmc host driver for the Synopsys DesignWare mmc
host controller, found in a number of embedded SoC designs.
Signed-off-by: Will Newton <will.newton@imgtec.com>
Reviewed-by: Matt Fleming <matt@console-pimps.org>
Reviewed-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 9f47d38dcc7f..5ec02a536c5d 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -479,6 +479,22 @@ config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND | |||
479 | help | 479 | help |
480 | If you say yes here SD-Cards may work on the EZkit. | 480 | If you say yes here SD-Cards may work on the EZkit. |
481 | 481 | ||
482 | config MMC_DW | ||
483 | tristate "Synopsys DesignWare Memory Card Interface" | ||
484 | depends on ARM | ||
485 | help | ||
486 | This selects support for the Synopsys DesignWare Mobile Storage IP | ||
487 | block, this provides host support for SD and MMC interfaces, in both | ||
488 | PIO and external DMA modes. | ||
489 | |||
490 | config MMC_DW_IDMAC | ||
491 | bool "Internal DMAC interface" | ||
492 | depends on MMC_DW | ||
493 | help | ||
494 | This selects support for the internal DMAC block within the Synopsys | ||
495 | Designware Mobile Storage IP block. This disables the external DMA | ||
496 | interface. | ||
497 | |||
482 | config MMC_SH_MMCIF | 498 | config MMC_SH_MMCIF |
483 | tristate "SuperH Internal MMCIF support" | 499 | tristate "SuperH Internal MMCIF support" |
484 | depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) | 500 | depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) |