diff options
author | Christoph Hellwig <hch@lst.de> | 2021-06-23 16:11:21 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2021-08-19 09:02:40 +0200 |
commit | c1dec343d7abdf8e71aab2a289ab45ce8b1afb7e (patch) | |
tree | df26940c70142940ade048b0a2d80bd0bf457aa4 /arch/hexagon/Kconfig | |
parent | 22f9feb49950885cdb6e37513f134d154175e743 (diff) | |
download | linux-c1dec343d7abdf8e71aab2a289ab45ce8b1afb7e.tar.bz2 |
hexagon: use the generic global coherent pool
Switch hexagon to use the generic code for dma_alloc_coherent from
a global pre-filled pool.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Cain <bcain@codeaurora.org>
Diffstat (limited to 'arch/hexagon/Kconfig')
-rw-r--r-- | arch/hexagon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index e5a852080730..aab1a40eb653 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig @@ -7,6 +7,7 @@ config HEXAGON select ARCH_32BIT_OFF_T select ARCH_HAS_SYNC_DMA_FOR_DEVICE select ARCH_NO_PREEMPT + select DMA_GLOBAL_POOL # Other pending projects/to-do items. # select HAVE_REGS_AND_STACK_ACCESS_API # select HAVE_HW_BREAKPOINT if PERF_EVENTS |