diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-06-12 10:18:51 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-06-27 12:39:24 -0400 |
commit | eede2111c522264f6260e0a5fb742be31f725a99 (patch) | |
tree | 7aaf1a43dc9a00c03362ddeed9289e971759ad56 /drivers/mmc/host/Kconfig | |
parent | 156e14b126ffb6f040bc6f1aff3c51077e42a744 (diff) | |
download | op-kernel-dev-eede2111c522264f6260e0a5fb742be31f725a99.zip op-kernel-dev-eede2111c522264f6260e0a5fb742be31f725a99.tar.gz |
mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA
Add platform specific functionality for the DW SD/MMC driver for
SoCFPGA. Move SDMMC_CMD_USE_HOLD_REG to dw_mmc.h so other platforms
can use this define.
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Reviewed-by: Pavel Machek <pavel@denx.de>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 9ab8f8d..1be2289 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -556,6 +556,14 @@ config MMC_DW_EXYNOS Synopsys DesignWare Memory Card Interface driver. Select this option for platforms based on Exynos4 and Exynos5 SoC's. +config MMC_DW_SOCFPGA + tristate "SOCFPGA specific extensions for Synopsys DW Memory Card Interface" + depends on MMC_DW + select MMC_DW_PLTFM + help + This selects support for Altera SoCFPGA specific extensions to the + Synopsys DesignWare Memory Card Interface driver. + config MMC_DW_PCI tristate "Synopsys Designware MCI support on PCI bus" depends on MMC_DW && PCI |