summaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 1569e8c44a..a4da7cb848 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -275,6 +275,18 @@ config MMC_DW_SNPS
This selects support for Synopsys DesignWare Memory Card Interface driver
extensions used in various Synopsys ARC devboards.
+config MMC_DW_STARFIVE_JH
+ bool "Extensions for DW Memory Card Interface used in StarFive JH SoC"
+ depends on MMC_DW
+ depends on DM_MMC
+ depends on OF_CONTROL
+ default y if TARGET_STARFIVE_JH7100
+ help
+ This selects support for StarFive JH SoC specific extensions to the
+ Synopsys DesignWare Memory Card Interface driver. Select this option
+ for platforms based on StarFive JH SoC's.
+
+
config NEXELL_DWMMC
bool "Nexell SD/MMC controller support"
depends on ARCH_NEXELL