X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2FKconfig;h=4a8aba2e5cc016b84776a85af19d8d2d1b404f30;hb=b140504aa3903feaba6f6bc77a4478a944fc12d2;hp=a0e5900a9d85eedba0da1420836797476753f8a0;hpb=0c9aac08261512d70d7d4817bd222abca8b6bdd6;p=karo-tx-linux.git diff --git a/lib/Kconfig b/lib/Kconfig index a0e5900a9d85..4a8aba2e5cc0 100644 --- 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"