Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Tim Harvey <tharvey@gateworks.com> [fixes]
		
			
				
	
	
		
			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
 |