]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/Kconfig
ide-cd: convert ide_cd_queue_pc to use blk_execute_rq
[linux-2.6-omap-h63xx.git] / lib / Kconfig
index 2d53dc092e8b1670bd26e6e3c6210f01caa54a29..8cc8e8722a3fac4f363125f2009fbf65d50cca58 100644 (file)
@@ -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