]> err.no Git - linux-2.6/blobdiff - lib/Kconfig
[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()
[linux-2.6] / lib / Kconfig
index eeb45225248fd7cfb6c347047e93f2fcb3be00fc..e43197efeb9c559a459cf199a9908a876eb3a976 100644 (file)
@@ -39,6 +39,12 @@ config ZLIB_INFLATE
 config ZLIB_DEFLATE
        tristate
 
+#
+# Generic allocator support is selected if needed
+#
+config GENERIC_ALLOCATOR
+       boolean
+
 #
 # reed solomon support is select'ed if needed
 #
@@ -57,5 +63,19 @@ config REED_SOLOMON_ENC16
 config REED_SOLOMON_DEC16
        boolean
 
-endmenu
+#
+# Textsearch support is select'ed if needed
+#
+config TEXTSEARCH
+       boolean
 
+config TEXTSEARCH_KMP
+       tristate
+
+config TEXTSEARCH_BM
+       tristate
+
+config TEXTSEARCH_FSM
+       tristate
+
+endmenu