dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATOR
authorChristoph Hellwig <hch@lst.de>
Thu, 18 Jun 2020 15:23:31 +0000 (17:23 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 23 Jun 2020 12:13:58 +0000 (14:13 +0200)
commitd07ae4c486908615ab336b987c7c367d132fd844
tree9c3dd6cc33122734eaec63d82618b68ec5d8afc7
parent1a2b3357e860d890f8045367b179c7e7e802cd71
dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATOR

The dma coherent pool code needs genalloc.  Move the select over
from DMA_REMAP, which doesn't actually need it.

Fixes: dbed452a078d ("dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOL")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: David Rientjes <rientjes@google.com>
kernel/dma/Kconfig