]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/mmc/host/Kconfig
mmc: renesas_sdhi_internal_dmac: Add R7S9210 support
[mirror_ubuntu-eoan-kernel.git] / drivers / mmc / host / Kconfig
index 1b58739d97447017548aeab9efe56f3a3938942d..720311ece714d6891e8ccd46a3d06ad6a55fda6b 100644 (file)
@@ -646,13 +646,14 @@ config MMC_SDHI_SYS_DMAC
 
 config MMC_SDHI_INTERNAL_DMAC
        tristate "DMA for SDHI SD/SDIO controllers using on-chip bus mastering"
-       depends on ARM64 || ARCH_R8A77470 || COMPILE_TEST
+       depends on ARM64 || ARCH_R7S9210 || ARCH_R8A77470 || COMPILE_TEST
        depends on MMC_SDHI
-       default MMC_SDHI if (ARM64 || ARCH_R8A77470)
+       default MMC_SDHI if (ARM64 || ARCH_R7S9210 || ARCH_R8A77470)
        help
          This provides DMA support for SDHI SD/SDIO controllers
          using on-chip bus mastering. This supports the controllers
-         found in arm64 based SoCs.
+         found in arm64 based SoCs. This controller is also found in
+         some RZ family SoCs.
 
 config MMC_UNIPHIER
        tristate "UniPhier SD/eMMC Host Controller support"