X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FKconfig;h=8cc8e8722a3fac4f363125f2009fbf65d50cca58;hb=4277106b4fb6edd8f52b0653841faebbf7160480;hp=2d53dc092e8b1670bd26e6e3c6210f01caa54a29;hpb=8fa82790fb9dfe57aeafc8de6b6a5c1df63efa06;p=linux-2.6-omap-h63xx.git diff --git a/lib/Kconfig b/lib/Kconfig index 2d53dc092e8..8cc8e8722a3 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -7,6 +7,12 @@ menu "Library routines" config BITREVERSE tristate +config GENERIC_FIND_FIRST_BIT + def_bool n + +config GENERIC_FIND_NEXT_BIT + def_bool n + config CRC_CCITT tristate "CRC-CCITT functions" help