summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.28/977-textsearch_kconfig_hacks.patch
blob: 1ef893a728bcc456cde7639dbc0dc57a40f99db7 (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	2009-04-08 16:46:30.000000000 +0200
+++ b/lib/Kconfig	2009-04-08 16:46:15.000000000 +0200
@@ -119,16 +119,16 @@
 # 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"
 
 #
 # plist support is select#ed if needed