VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Bart Van Assche <bart.vanassche@wdc.com> 2018-01-05 08:26:46 -0800 committer: Jens Axboe <axboe@kernel.dk> 2018-01-06 09:18:00 -0700 commit: e80a0af4759a164214f02da157a3800753ce135f parent: bbbc3c1cfaf6900d24e3c9fcaac25d267ad2bc40
Commit Summary:
lib/scatterlist: Introduce sgl_alloc() and sgl_free()
Diffstat:
1 file changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index c5e84fbcb30b..4dd5c11366f9 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -409,6 +409,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)