diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2012-09-17 18:16:43 +0000 |
---|---|---|
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) | |
download | kernel-common-c3665006eccd7d2326b7dc2c1d5ff2f545dee6c5.tar.gz kernel-common-c3665006eccd7d2326b7dc2c1d5ff2f545dee6c5.tar.bz2 kernel-common-c3665006eccd7d2326b7dc2c1d5ff2f545dee6c5.zip |
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 aa131b32e3b2..9bf10e7bbfaf 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -540,6 +540,15 @@ config MMC_DW_PLTFM If unsure, say Y. +config MMC_DW_EXYNOS + tristate "Exynos specific extentions for Synopsys DW Memory Card Interface" + depends on MMC_DW + select MMC_DW_PLTFM + help + This selects support for Samsung Exynos SoC specific extensions to the + Synopsys DesignWare Memory Card Interface driver. Select this option + for platforms based on Exynos4 and Exynos5 SoC's. + config MMC_DW_PCI tristate "Synopsys Designware MCI support on PCI bus" depends on MMC_DW && PCI |