diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-21 17:51:24 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-01-04 14:26:19 -0800 |
commit | 8e564895c30ca73cd9788aecb845879ddee987c3 (patch) | |
tree | 90c63eb6ff175a8411879054539a11891c7c6c2e /arch | |
parent | 4d9226fd9a0d747030575d7cb184b30c6e64f155 (diff) | |
download | linux-8e564895c30ca73cd9788aecb845879ddee987c3.tar.bz2 |
ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC
Enable the UniPhier MIO DMAC driver. This is used as the DMA engine
for accelerating the SD/eMMC controller drivers.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 63af6234c1b6..715da886046a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -862,6 +862,7 @@ CONFIG_STM32_DMA=y CONFIG_STM32_DMAMUX=y CONFIG_STM32_MDMA=y CONFIG_TEGRA20_APB_DMA=y +CONFIG_UNIPHIER_MDMAC=y CONFIG_XILINX_DMA=y CONFIG_QCOM_BAM_DMA=y CONFIG_DW_DMAC=y |