x86: fix an incompatible pointer type warning on 64-bit compilations
[pandora-kernel.git] / lib / Kconfig
index e5c2c51..8cc8e87 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
@@ -138,4 +144,10 @@ config HAS_DMA
        depends on !NO_DMA
        default y
 
+config CHECK_SIGNATURE
+       bool
+
+config HAVE_LMB
+       boolean
+
 endmenu