]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig
parisc: Move die_if_kernel() prototype into traps.h header
[karo-tx-linux.git] / lib / Kconfig
index 3cca1222578e89932ec414f3e5d6dddc3c177d50..d79909dc01ec8365ab1cf29b1c7ce6dd4c78b0ab 100644 (file)
@@ -362,6 +362,9 @@ config INTERVAL_TREE
 
          for more information.
 
+config RADIX_TREE_MULTIORDER
+       bool
+
 config ASSOCIATIVE_ARRAY
        bool
        help
@@ -523,6 +526,13 @@ config SG_SPLIT
         a scatterlist. This should be selected by a driver or an API which
         whishes to split a scatterlist amongst multiple DMA channels.
 
+config SG_POOL
+       def_bool n
+       help
+        Provides a helper to allocate chained scatterlists. This should be
+        selected by a driver or an API which whishes to allocate chained
+        scatterlist.
+
 #
 # sg chaining option
 #