Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82edb4ba authored by Darrick J. Wong's avatar Darrick J. Wong Committed by Linus Torvalds
Browse files

crc32: add help text for the algorithm select option



Add help text to the crc32 algorithm selection option in Kconfig.

Signed-off-by: default avatarDarrick J. Wong <djwong@us.ibm.com>
Reported-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f0f57b2b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"