mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			395 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			24 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
 |