Skip to content

Commit

Permalink
crc32: add help text for the algorithm select option
Browse files Browse the repository at this point in the history
Add help text to the crc32 algorithm selection option in Kconfig.

Signed-off-by: Darrick J. Wong <[email protected]>
Reported-by: Stefan Richter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Darrick J. Wong authored and torvalds committed Mar 29, 2012
1 parent f0f57b2 commit 82edb4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ choice
prompt "CRC32 implementation"
depends on CRC32
default CRC32_SLICEBY8
help
This option allows a kernel builder to override the default choice
of CRC32 algorithm. Choose the default ("slice by 8") unless you
know that you need one of the others.

config CRC32_SLICEBY8
bool "Slice by 8 bytes"
Expand Down

0 comments on commit 82edb4b

Please sign in to comment.