Skip to content
Commit dbed452a authored by David Rientjes's avatar David Rientjes Committed by Christoph Hellwig
Browse files

dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOL

DMA_REMAP is an unnecessary requirement for AMD SEV, which requires
DMA_COHERENT_POOL, so avoid selecting it when it is otherwise unnecessary.

The only other requirement for DMA coherent pools is DMA_DIRECT_REMAP, so
ensure that properly selects the config option when needed.

Fixes: 82fef0ad

 ("x86/mm: unencrypted non-blocking DMA allocations use coherent pools")
Reported-by: default avatarAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Signed-off-by: default avatarDavid Rientjes <rientjes@google.com>
Tested-by: default avatarAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 3ee06a6d
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