aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorArthur Li <arthur.li@cortina-access.com>2020-02-20 18:19:35 -0800
committerPeng Fan <peng.fan@nxp.com>2020-03-09 08:33:13 +0800
commitd55e4e74ce45bd633ad85a9196834b3323d5b474 (patch)
tree3ee51d51ecd909d4a1b50719779b33919154fc93 /drivers/mmc/Kconfig
parentd16e18ca6c4d81ac142acd529b1acb55b0c96dfc (diff)
downloadu-boot-d55e4e74ce45bd633ad85a9196834b3323d5b474.zip
u-boot-d55e4e74ce45bd633ad85a9196834b3323d5b474.tar.gz
u-boot-d55e4e74ce45bd633ad85a9196834b3323d5b474.tar.bz2
mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs
Initial DesignWare based DM support for Cortina Access CAxxxx SoCs. Signed-off-by: Arthur Li <arthur.li@cortina-access.com> Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 2f0eedc..bb38787 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -205,6 +205,17 @@ config MMC_DW
block, this provides host support for SD and MMC interfaces, in both
PIO, internal DMA mode and external DMA mode.
+config MMC_DW_CORTINA
+ bool "Cortina specific extensions for Synopsys DW Memory Card Interface"
+ depends on DM_MMC
+ depends on MMC_DW
+ depends on BLK
+ default n
+ help
+ This selects support for Cortina SoC specific extensions to the
+ Synopsys DesignWare Memory Card Interface driver. Select this option
+ for platforms based on Cortina CAxxxx Soc's.
+
config MMC_DW_EXYNOS
bool "Exynos specific extensions for Synopsys DW Memory Card Interface"
depends on ARCH_EXYNOS