Kconfig (c1b054d03f5b31c33eaa0b267c629b118eaf3790) Kconfig (8082e4ed0a61da347f1c7f210493c4e9e55c8cd0)
1#
2# Library configuration
3#
4
5menu "Library routines"
6
7config CRC_CCITT
8 tristate "CRC-CCITT functions"

--- 58 unchanged lines hidden (view full) ---

67# Textsearch support is select'ed if needed
68#
69config TEXTSEARCH
70 boolean
71
72config TEXTSEARCH_KMP
73 tristate
74
1#
2# Library configuration
3#
4
5menu "Library routines"
6
7config CRC_CCITT
8 tristate "CRC-CCITT functions"

--- 58 unchanged lines hidden (view full) ---

67# Textsearch support is select'ed if needed
68#
69config TEXTSEARCH
70 boolean
71
72config TEXTSEARCH_KMP
73 tristate
74
75config TEXTSEARCH_BM
76 depends on TEXTSEARCH
77 tristate "Boyer-Moore"
78 help
79 Say Y here if you want to be able to search text using the
80 Boyer-Moore textsearch algorithm.
81
82 To compile this code as a module, choose M here: the
83 module will be called ts_bm.
84
75config TEXTSEARCH_FSM
76 tristate
77
78endmenu
85config TEXTSEARCH_FSM
86 tristate
87
88endmenu