diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 16b8fa2175e4..455833a9e31a 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -80,4 +80,15 @@ config TEXTSEARCH_KMP | |||
80 | To compile this code as a module, choose M here: the | 80 | To compile this code as a module, choose M here: the |
81 | module will be called ts_kmp. | 81 | module will be called ts_kmp. |
82 | 82 | ||
83 | config TEXTSEARCH_FSM | ||
84 | depends on TEXTSEARCH | ||
85 | tristate "Finite state machine" | ||
86 | help | ||
87 | Say Y here if you want to be able to search text using a | ||
88 | naive finite state machine approach implementing a subset | ||
89 | of regular expressions. | ||
90 | |||
91 | To compile this code as a module, choose M here: the | ||
92 | module will be called ts_fsm. | ||
93 | |||
83 | endmenu | 94 | endmenu |