X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FKconfig;h=8cc8e8722a3fac4f363125f2009fbf65d50cca58;hb=9fc3ace937a675bf42cbe6e6ef8950a6731ca16f;hp=e5c2c514174ad28e4f2354ef94bb8da1b46bfa46;hpb=efffbeee5bc4168059683714b300d307f5193d69;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