Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
[linux-2.6-microblaze.git] / lib / Kconfig
index 9d3d649..e960894 100644 (file)
@@ -409,6 +409,10 @@ config HAS_DMA
        depends on !NO_DMA
        default y
 
+config SGL_ALLOC
+       bool
+       default n
+
 config DMA_DIRECT_OPS
        bool
        depends on HAS_DMA && (!64BIT || ARCH_DMA_ADDR_T_64BIT)