1513b39a8c
This commit: 1) Copies 3.14 patches 2) Drops mainlined stuff 3) Modifies some patches to apply Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43093
24 lines
401 B
Diff
24 lines
401 B
Diff
--- a/lib/Kconfig
|
|
+++ b/lib/Kconfig
|
|
@@ -320,16 +320,16 @@ config BCH_CONST_T
|
|
# Textsearch support is select'ed if needed
|
|
#
|
|
config TEXTSEARCH
|
|
- boolean
|
|
+ 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
|
|
boolean
|