2015-10-11 19:08:08 +00:00
|
|
|
--- a/lib/Kconfig
|
|
|
|
+++ b/lib/Kconfig
|
2015-10-25 16:13:34 +00:00
|
|
|
@@ -332,16 +332,16 @@ config BCH_CONST_T
|
2015-10-11 19:08:08 +00:00
|
|
|
# Textsearch support is select'ed if needed
|
|
|
|
#
|
|
|
|
config TEXTSEARCH
|
|
|
|
- bool
|
|
|
|
+ boolean "Textsearch support"
|
|
|
|
|
|
|
|
config TEXTSEARCH_KMP
|
|
|
|
- tristate
|
|
|
|
+ tristate "Textsearch KMP"
|
|
|
|
|
|
|
|
config TEXTSEARCH_BM
|
|
|
|
- tristate
|
|
|
|
+ tristate "Textsearch BM"
|
|
|
|
|
|
|
|
config TEXTSEARCH_FSM
|
|
|
|
- tristate
|
|
|
|
+ tristate "Textsearch FSM"
|
|
|
|
|
|
|
|
config BTREE
|
|
|
|
bool
|