2015-12-02 22:23:22 +00:00
|
|
|
--- a/lib/Kconfig
|
|
|
|
+++ b/lib/Kconfig
|
2016-03-05 17:51:37 +00:00
|
|
|
@@ -334,16 +334,16 @@ config BCH_CONST_T
|
2015-12-02 22:23:22 +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
|