[PATCH] md: yet another attempt to get bitmap-based resync to do the right thing...
[pandora-kernel.git] / lib / Kconfig
index 5bc2d52..eeb429a 100644 (file)
@@ -63,11 +63,16 @@ config REED_SOLOMON_ENC16
 config REED_SOLOMON_DEC16
        boolean
 
+#
+# Textsearch support is select'ed if needed
+#
 config TEXTSEARCH
-       boolean "Textsearch infrastructure"
-       default y
-       help
-         Say Y here if you want to provide a textsearch infrastructure
-         to other subsystems.
+       boolean
+
+config TEXTSEARCH_KMP
+       tristate
+
+config TEXTSEARCH_FSM
+       tristate
 
 endmenu