]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - lib/Kconfig
lib/scatterlist: Introduce sgl_alloc() and sgl_free()
[mirror_ubuntu-bionic-kernel.git] / lib / Kconfig
index fb70e0f51752d8cd74adcfe5dad6d70d04c0df52..5bdfbb270889b08a79ffbef053dacd3f0dcacbb7 100644 (file)
@@ -425,6 +425,10 @@ config HAS_DMA
        depends on !NO_DMA
        default y
 
+config SGL_ALLOC
+       bool
+       default n
+
 config DMA_NOOP_OPS
        bool
        depends on HAS_DMA && (!64BIT || ARCH_DMA_ADDR_T_64BIT)