aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 028aba9e72af..d5a86aa441ac 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -70,6 +70,16 @@ config CRC32
70 kernel tree does. Such modules that use library CRC32 functions 70 kernel tree does. Such modules that use library CRC32 functions
71 require M here. 71 require M here.
72 72
73config CRC32_SELFTEST
74 bool "CRC32 perform self test on init"
75 default n
76 depends on CRC32
77 help
78 This option enables the CRC32 library functions to perform a
79 self test on initialization. The self test computes crc32_le
80 and crc32_be over byte strings with random alignment and length
81 and computes the total elapsed time and number of bytes processed.
82
73config CRC7 83config CRC7
74 tristate "CRC7 functions" 84 tristate "CRC7 functions"
75 help 85 help