[SCSI] sg direct io/mmap oops, st sync
[pandora-kernel.git] / lib / Kconfig
index eeb4522..eeb429a 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,16 @@ 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_FSM
+       tristate
+
+endmenu