diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-04 17:47:44 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-12-01 18:07:16 +0100 |
commit | f04b951f6c7eccd85ea7750a5fafa68fb98d6bfa (patch) | |
tree | 4c371d7195aee8298ec34120951d3f28eec47ffe /arch/csky/Kconfig | |
parent | 576d0d552be803b22867ed98a8619d68b1f78bbe (diff) | |
download | linux-stable-f04b951f6c7eccd85ea7750a5fafa68fb98d6bfa.tar.gz linux-stable-f04b951f6c7eccd85ea7750a5fafa68fb98d6bfa.tar.bz2 linux-stable-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/Kconfig | 2 |
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 |