summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2024-12-02 04:20:54 +0300
committerEric Biggers <ebiggers@google.com>2024-12-10 09:09:37 +0300
commit87fe0a131001ebadda9970c6341cc05c5e417506 (patch)
tree8b7af0126dd0de44bd16932d83f8f95d718a7b03 /lib/Kconfig
parentc14e85360969d7b0aaeab3915314787f3466c326 (diff)
downloadlinux-87fe0a131001ebadda9970c6341cc05c5e417506.tar.xz
lib/crc32test: delete obsolete crc32test.c
Delete crc32test.c, since it has been superseded by crc_kunit.c. Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> # m68k Cc: Vinicius Peixoto <vpeixoto@lkcamp.dev> Link: https://lore.kernel.org/r/20241202012056.209768-11-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index e52a38d8d783..a78d22c6507f 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -223,15 +223,6 @@ config CRC32
config ARCH_HAS_CRC32
bool
-config CRC32_SELFTEST
- tristate "CRC32 perform self test on init"
- depends on CRC32
- help
- This option enables the CRC32 library functions to perform a
- self test on initialization. The self test computes crc32_le
- and crc32_be over byte strings with random alignment and length
- and computes the total elapsed time and number of bytes processed.
-
choice
prompt "CRC32 implementation"
depends on CRC32