summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiaheng.fan <jiaheng.fan@nxp.com>2017-07-19 07:18:19 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-09-25 07:25:40 (GMT)
commit0418c2ad7191c0586040a70e53d569999ec8b11e (patch)
treebf63d43ea96c9c526d7f2ef6d72b59921ff53474
parent9b1ded6d3527dbad9d282c5341587e0add658e30 (diff)
downloadlinux-0418c2ad7191c0586040a70e53d569999ec8b11e.tar.xz
dma: fsl-qdma: remove select ARCH_DMA_ADDR_T_64BIT in driver/dma/Kconfig
There is a mistake operation that select ARCH_DMA_ADDR_T_64BIT was taken to error location. Now ARCH_DMA_ADDR_T_64BIT is unnecessary, so it is removed. Signed-off-by: jiaheng.fan <jiaheng.fan@nxp.com>
-rw-r--r--drivers/dma/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 42b4a87..e5b0fb0 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -72,7 +72,6 @@ config AMCC_PPC440SPE_ADMA
select DMA_ENGINE_RAID
select ARCH_HAS_ASYNC_TX_FIND_CHANNEL
select ASYNC_TX_ENABLE_CHANNEL_SWITCH
- select ARCH_DMA_ADDR_T_64BIT
help
Enable support for the AMCC PPC440SPe RAID engines.