Commit c13edf81 authored by Clément Leger's avatar Clément Leger Committed by Christoph Hellwig

dma: select GENERIC_ALLOCATOR for DMA_REMAP

When DMA_REMAP is enabled, code in remap.c needs generic allocator.
It currently worked since few architectures uses it (arm64, csky) and
they both select GENERIC_ALLOCATOR. Select it when using DMA_REMAP
to have correct dependencies.
Signed-off-by: default avatarClement Leger <clement.leger@kalray.eu>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 15ade5d2
......@@ -57,6 +57,7 @@ config SWIOTLB
config DMA_REMAP
depends on MMU
select GENERIC_ALLOCATOR
bool
config DMA_DIRECT_REMAP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment