X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FKconfig;h=8cc8e8722a3fac4f363125f2009fbf65d50cca58;hb=d626e3bf728c47746f2129aa00c775d4e8c2a73b;hp=e5c2c514174ad28e4f2354ef94bb8da1b46bfa46;hpb=fd2f261053b2f125d5f6882b6d095ce2f4076fe5;p=linux-2.6 diff --git a/lib/Kconfig b/lib/Kconfig index e5c2c51417..8cc8e8722a 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 @@ -138,4 +144,10 @@ config HAS_DMA depends on !NO_DMA default y +config CHECK_SIGNATURE + bool + +config HAVE_LMB + boolean + endmenu