summaryrefslogtreecommitdiff
path: root/arch/csky/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-11-04 17:47:44 +0100
committerChristoph Hellwig <hch@lst.de>2018-12-01 18:07:16 +0100
commitf04b951f6c7eccd85ea7750a5fafa68fb98d6bfa (patch)
tree4c371d7195aee8298ec34120951d3f28eec47ffe /arch/csky/Kconfig
parent576d0d552be803b22867ed98a8619d68b1f78bbe (diff)
csky: use the generic remapping dma alloc implementation
The csky code was largely copied from arm/arm64, so switch to the generic arm64-based implementation instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Guo Ren <ren_guo@c-sky.com>
Diffstat (limited to 'arch/csky/Kconfig')
-rw-r--r--arch/csky/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index c0cf8e948821..ea74f3a9eeaf 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -8,7 +8,7 @@ config CSKY
select CLKSRC_MMIO
select CLKSRC_OF
select DMA_DIRECT_OPS
- select DMA_REMAP
+ select DMA_DIRECT_REMAP
select IRQ_DOMAIN
select HANDLE_DOMAIN_IRQ
select DW_APB_TIMER_OF