From: Matthias Brugger Date: Tue, 12 May 2020 10:02:07 +0000 (+0200) Subject: configs: rpi_arm64: enable SDHCI SDMA support X-Git-Tag: v2020.10~218^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdabf301db84de7717340b391c97b762890469cd;p=platform%2Fkernel%2Fu-boot.git configs: rpi_arm64: enable SDHCI SDMA support RPi4 supports SDMA on it's SDHCI controller. Enable to option for the combine RPi3/4 config. Signed-off-by: Matthias Brugger Reviewed-by: Peng Fan Signed-off-by: Matthias Brugger --- diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig index b9bb083..66c4a53 100644 --- a/configs/rpi_arm64_defconfig +++ b/configs/rpi_arm64_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_DM_ETH=y CONFIG_BCMGENET=y