Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.26-rc1 /lib/Kconfig

Filename:/lib/Kconfig
Lines Added:9
Lines Deleted:0
Also changed in: (Previous) 2.6.25-git20  2.6.25-git19  2.6.25-git18  2.6.25-git17  2.6.25-git16  2.6.25-git15 
(Following) 2.6.26-rc2  2.6.26-rc3  2.6.26-rc4  2.6.26-rc5  2.6.26-rc6  2.6.26-rc7 

Location
[  2.6.26-rc1
  [  lib
     o  Kconfig

Patch

diff --git a/lib/Kconfig b/lib/Kconfig
index ba3d104..8cc8e87 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
@@ -141,4 +147,7 @@ config HAS_DMA
 config CHECK_SIGNATURE
    bool
 
+config HAVE_LMB
+   boolean
+
 endmenu


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.