diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 5bc2d523e6d1..16b8fa2175e4 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -70,4 +70,14 @@ config TEXTSEARCH | |||
70 | Say Y here if you want to provide a textsearch infrastructure | 70 | Say Y here if you want to provide a textsearch infrastructure |
71 | to other subsystems. | 71 | to other subsystems. |
72 | 72 | ||
73 | config TEXTSEARCH_KMP | ||
74 | depends on TEXTSEARCH | ||
75 | tristate "Knuth-Morris-Pratt" | ||
76 | help | ||
77 | Say Y here if you want to be able to search text using the | ||
78 | Knuth-Morris-Pratt textsearch algorithm. | ||
79 | |||
80 | To compile this code as a module, choose M here: the | ||
81 | module will be called ts_kmp. | ||
82 | |||
73 | endmenu | 83 | endmenu |