diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index a0e5900a9d85..4a8aba2e5cc0 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -88,6 +88,10 @@ choice | |||
88 | prompt "CRC32 implementation" | 88 | prompt "CRC32 implementation" |
89 | depends on CRC32 | 89 | depends on CRC32 |
90 | default CRC32_SLICEBY8 | 90 | 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. | ||
91 | 95 | ||
92 | config CRC32_SLICEBY8 | 96 | config CRC32_SLICEBY8 |
93 | bool "Slice by 8 bytes" | 97 | bool "Slice by 8 bytes" |