X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FKconfig;h=8cc8e8722a3fac4f363125f2009fbf65d50cca58;hb=37b3619257d3190f47f233d7ed626d4b9916462c;hp=e5c2c514174ad28e4f2354ef94bb8da1b46bfa46;hpb=939ab20152390c8ccccfa6fac0830405ca91d903;p=linux-2.6-omap-h63xx.git diff --git a/lib/Kconfig b/lib/Kconfig index e5c2c514174..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 @@ -138,4 +144,10 @@ config HAS_DMA depends on !NO_DMA default y +config CHECK_SIGNATURE + bool + +config HAVE_LMB + boolean + endmenu