]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/Kconfig
tun: Allow GSO using virtio_net_hdr
[linux-2.6-omap-h63xx.git] / lib / Kconfig
index ba3d104994d914643e4c673b1058e0c4a57cd813..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
@@ -141,4 +147,7 @@ config HAS_DMA
 config CHECK_SIGNATURE
        bool
 
+config HAVE_LMB
+       boolean
+
 endmenu