]> err.no Git - linux-2.6/blobdiff - lib/Kconfig
[PATCH] jffs/jffs2: remove wrong function prototypes
[linux-2.6] / lib / Kconfig
index 5bc2d523e6d133563d8f004f5027d5baf7f6f254..e43197efeb9c559a459cf199a9908a876eb3a976 100644 (file)
@@ -63,11 +63,19 @@ 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_BM
+       tristate
+
+config TEXTSEARCH_FSM
+       tristate
 
 endmenu