]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/Kconfig
x86/mmiotrace: uses/depends on PCI
[linux-2.6-omap-h63xx.git] / lib / Kconfig
index e5c2c514174ad28e4f2354ef94bb8da1b46bfa46..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
@@ -138,4 +144,10 @@ config HAS_DMA
        depends on !NO_DMA
        default y
 
+config CHECK_SIGNATURE
+       bool
+
+config HAVE_LMB
+       boolean
+
 endmenu