e9d7ee4f41
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48933
23 lines
395 B
Diff
23 lines
395 B
Diff
--- a/lib/Kconfig
|
|
+++ b/lib/Kconfig
|
|
@@ -334,16 +334,16 @@ config BCH_CONST_T
|
|
# 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
|