diff options
author | Eric Biggers <ebiggers@google.com> | 2025-03-04 15:07:09 -0800 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2025-03-10 09:29:29 -0700 |
commit | f5a40fcf82c1d3f26910ebe1c62fec8ae3b85f02 (patch) | |
tree | 0fa3e7b64350bc76ac78da34fa53be020e25f8c4 /lib | |
parent | 7f36255f92e685ae9bdbe377ecbb456b6e3e0eee (diff) |
lib/crc: remove unnecessary prompt for CONFIG_CRC7
All modules that need CONFIG_CRC7 already select it, so there is no need
to bother users about the option.
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250304230712.167600-3-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index e867971c9766..9b668c4b60e9 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -212,12 +212,7 @@ config CRC4 tristate config CRC7 - tristate "CRC7 functions" - help - This option is provided for the case where no in-kernel-tree - modules require CRC7 functions, but a module built outside - the kernel tree does. Such modules that use library CRC7 - functions require M here. + tristate config LIBCRC32C tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" |