summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2017-06-23 16:28:10 -0500
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:27:08 +0800
commitc0c31632eb3e4ad98befeb8780829019a5e6dc3e (patch)
tree169e6da6d460d59673a6cc9b086c329a7afe814a /drivers/dma/Kconfig
parentb2e12b2c7cb354041dc75ebf74de36c3cb61b0b9 (diff)
MLK-15284-4: dma: Kconfig: add MXS_DMA dependency for ARM64
add MXS_DMA dependency for ARCH_MXC_ARM64 The patch also merge the upstreamed change that extend the dependency to allow the mxs dma driver to be built whenever ARCH_MXS or ARCH_MXC is selected. Refer to https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/dma/Kconfig?h=next-20170626&id=d762e4f35601239cbebfbfd43d99876d8f220927 Signed-off-by: Han Xu <han.xu@nxp.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index ed34e5718ed3..3666900b2fd1 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -390,7 +390,7 @@ config MV_XOR_V2
config MXS_DMA
bool "MXS DMA support"
- depends on ARCH_MXS || ARCH_MXC || COMPILE_TEST
+ depends on ARCH_MXS || ARCH_MXC || ARCH_MXC_ARM64 || COMPILE_TEST
select STMP_DEVICE
select DMA_ENGINE
help