From: Eric Biggers Date: Tue, 4 Mar 2025 23:07:12 +0000 (-0800) Subject: lib/crc: remove unnecessary prompt for CONFIG_CRC64 X-Git-Tag: v6.15-rc1~184^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=981b39dc6da6dd11ec40824a224c1e0a7557b5ca;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20250304230712.167600-6-ebiggers@kernel.org Signed-off-by: Eric Biggers --- diff --git a/lib/Kconfig b/lib/Kconfig index 4bf2dd9f49a80..61cce0686b53e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -194,12 +194,7 @@ config CRC32_ARCH default CRC32 if ARCH_HAS_CRC32 && CRC_OPTIMIZATIONS config CRC64 - tristate "CRC64 functions" - help - This option is provided for the case where no in-kernel-tree - modules require CRC64 functions, but a module built outside - the kernel tree does. Such modules that use library CRC64 - functions require M here. + tristate config ARCH_HAS_CRC64 bool