projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ibm_newemac: Fixes entry of short packets
[linux-2.6]
/
lib
/
Kconfig
diff --git
a/lib/Kconfig
b/lib/Kconfig
index
2d53dc0
..
8cc8e87
100644
(file)
--- 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