projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f57b2
)
crc32: add help text for the algorithm select option
author
Darrick J. Wong
<
[email protected]
>
Wed, 28 Mar 2012 21:42:56 +0000
(14:42 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 29 Mar 2012 00:14:37 +0000
(17:14 -0700)
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]
>
lib/Kconfig
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index a0e5900a9d85eedba0da1420836797476753f8a0..4a8aba2e5cc016b84776a85af19d8d2d1b404f30 100644
(file)
--- a/
lib/Kconfig
+++ b/
lib/Kconfig
@@
-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"