Skip to content

Commit 82edb4b

Browse files
Darrick J. Wongtorvalds
authored andcommitted
crc32: add help text for the algorithm select option
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]>
1 parent f0f57b2 commit 82edb4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ choice
8888
prompt "CRC32 implementation"
8989
depends on CRC32
9090
default CRC32_SLICEBY8
91+
help
92+
This option allows a kernel builder to override the default choice
93+
of CRC32 algorithm. Choose the default ("slice by 8") unless you
94+
know that you need one of the others.
9195

9296
config CRC32_SLICEBY8
9397
bool "Slice by 8 bytes"

0 commit comments

Comments
 (0)