Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295218
b: refs/heads/master
c: 3863ef3
h: refs/heads/master
v: v3
  • Loading branch information
Bob Pearson authored and Linus Torvalds committed Mar 23, 2012
1 parent 3839950 commit 483cb84
Show file tree
Hide file tree
Showing 3 changed files with 692 additions and 118 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fbedceb10066430b925cf43fbf926e8abb9e2359
refs/heads/master: 3863ef31dcf04f977a94402348fec06179db58e0
10 changes: 10 additions & 0 deletions trunk/lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ config CRC32
kernel tree does. Such modules that use library CRC32 functions
require M here.

config CRC32_SELFTEST
bool "CRC32 perform self test on init"
default n
depends on CRC32
help
This option enables the CRC32 library functions to perform a
self test on initialization. The self test computes crc32_le
and crc32_be over byte strings with random alignment and length
and computes the total elapsed time and number of bytes processed.

config CRC7
tristate "CRC7 functions"
help
Expand Down
Loading

0 comments on commit 483cb84

Please sign in to comment.