Message ID | 20250304230712.167600-6-ebiggers@kernel.org |
---|---|
State | New |
Headers | show |
Series | Remove unnecessary prompts for CRC library (batch 1) | expand |
diff --git a/lib/Kconfig b/lib/Kconfig index 4bf2dd9f49a80..61cce0686b53e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -192,16 +192,11 @@ config ARCH_HAS_CRC32 config CRC32_ARCH tristate 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 config CRC64_ARCH