summaryrefslogtreecommitdiffstats
path: root/arch/csky/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig2018-11-04 17:47:44 +0100
committerChristoph Hellwig2018-12-01 18:07:16 +0100
commitf04b951f6c7eccd85ea7750a5fafa68fb98d6bfa (patch)
tree4c371d7195aee8298ec34120951d3f28eec47ffe /arch/csky/Kconfig
parentcsky: don't use GFP_DMA in atomic_pool_init (diff)
downloadkernel-qcow2-linux-f04b951f6c7eccd85ea7750a5fafa68fb98d6bfa.tar.gz
kernel-qcow2-linux-f04b951f6c7eccd85ea7750a5fafa68fb98d6bfa.tar.xz
kernel-qcow2-linux-f04b951f6c7eccd85ea7750a5fafa68fb98d6bfa.zip
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