summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/254-textsearch_kconfig_hacks.patch
blob: 9b0ed648f957d8cc18be7716c2a3ecf166b85038 (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
@@ -280,16 +280,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