diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2012-09-17 14:16:43 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-10-03 10:05:20 -0400 |
commit | c3665006eccd7d2326b7dc2c1d5ff2f545dee6c5 (patch) | |
tree | 9bee54383377917f9999d3d7ed0bef58d8c51d08 /drivers/mmc/host/Kconfig | |
parent | 800d78bfccb3d38116abfda2a5b9c8afdbd5ea21 (diff) |
mmc: dw_mmc: add support for exynos specific implementation of dw-mshc
Samsung Exynos SoC's extend the dw-mshc controller for additional clock
and bus control. Add support for these extensions and include provide
device tree based discovery suppory as well.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.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 aa131b32e3b..9bf10e7bbfa 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -540,6 +540,15 @@ config MMC_DW_PLTFM | |||
540 | 540 | ||
541 | If unsure, say Y. | 541 | If unsure, say Y. |
542 | 542 | ||
543 | config MMC_DW_EXYNOS | ||
544 | tristate "Exynos specific extentions for Synopsys DW Memory Card Interface" | ||
545 | depends on MMC_DW | ||
546 | select MMC_DW_PLTFM | ||
547 | help | ||
548 | This selects support for Samsung Exynos SoC specific extensions to the | ||
549 | Synopsys DesignWare Memory Card Interface driver. Select this option | ||
550 | for platforms based on Exynos4 and Exynos5 SoC's. | ||
551 | |||
543 | config MMC_DW_PCI | 552 | config MMC_DW_PCI |
544 | tristate "Synopsys Designware MCI support on PCI bus" | 553 | tristate "Synopsys Designware MCI support on PCI bus" |
545 | depends on MMC_DW && PCI | 554 | depends on MMC_DW && PCI |