Pablo Neira wrote: > Index: netfilter-2.6.14/lib/Kconfig > =================================================================== > --- netfilter-2.6.14.orig/lib/Kconfig 2005-08-20 18:32:20.000000000 +0200 > +++ netfilter-2.6.14/lib/Kconfig 2005-08-20 18:32:23.000000000 +0200 > @@ -72,6 +72,16 @@ > config TEXTSEARCH_KMP > tristate > > +config TEXTSEARCH_BM > + depends on TEXTSEARCH > + tristate "Boyer-Moore" > + help > + Say Y here if you want to be able to search text using the > + Boyer-Moore textsearch algorithm. > + > + To compile this code as a module, choose M here: the > + module will be called ts_bm. > + > config TEXTSEARCH_FSM > tristate
The comment in Kconfig says "Textsearch support is select'ed if needed" and the other options don't include helptexts. This one probably shouldn't either. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
