aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.1/254-textsearch_kconfig_hacks.patch
blob: d682d4e65e40a3e5fa6044612904743b4fa31599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -328,16 +328,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