Skip to content

Commit 981b39d

Browse files
committed
lib/crc: remove unnecessary prompt for CONFIG_CRC64
All modules that need CONFIG_CRC64 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-6-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
1 parent dce214d commit 981b39d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

lib/Kconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,7 @@ config CRC32_ARCH
194194
default CRC32 if ARCH_HAS_CRC32 && CRC_OPTIMIZATIONS
195195

196196
config CRC64
197-
tristate "CRC64 functions"
198-
help
199-
This option is provided for the case where no in-kernel-tree
200-
modules require CRC64 functions, but a module built outside
201-
the kernel tree does. Such modules that use library CRC64
202-
functions require M here.
197+
tristate
203198

204199
config ARCH_HAS_CRC64
205200
bool

0 commit comments

Comments
 (0)