diff mbox series

[3/3] configs: rpi_4_32b_defconfig: enable SDHCI_SDMA config

Message ID 20200122231504.26958-4-jh80.chung@samsung.com
State New
Headers show
Series [1/3] mmc: sdhci: use phys2bus macro when dma address is accessed | expand

Commit Message

Jaehoon Chung Jan. 22, 2020, 11:15 p.m. UTC
Enable SDHCI_SDMA configuration.

Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
---
 configs/rpi_4_32b_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig
index 00f80f71ad..8fbadc0bc8 100644
--- a/configs/rpi_4_32b_defconfig
+++ b/configs/rpi_4_32b_defconfig
@@ -23,6 +23,7 @@  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_DM_KEYBOARD=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_SDMA=y
 CONFIG_MMC_SDHCI_BCM2835=y
 CONFIG_PINCTRL=y
 # CONFIG_PINCTRL_GENERIC is not set