dmaengine: fix enable for high order unmap pools
[deliverable/linux.git] / drivers / dma / dmaengine.c
index ea806bdc12ef92418c528be0b950758de59c3ee7..b601024f518c0e8400294ee884bf77ab818b0c12 100644 (file)
@@ -912,7 +912,7 @@ struct dmaengine_unmap_pool {
 #define __UNMAP_POOL(x) { .size = x, .name = "dmaengine-unmap-" __stringify(x) }
 static struct dmaengine_unmap_pool unmap_pool[] = {
        __UNMAP_POOL(2),
-       #if IS_ENABLED(CONFIG_ASYNC_TX_DMA)
+       #if IS_ENABLED(CONFIG_DMA_ENGINE_RAID)
        __UNMAP_POOL(16),
        __UNMAP_POOL(128),
        __UNMAP_POOL(256),
This page took 0.028039 seconds and 5 git commands to generate.