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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Eric Biggers <[email protected]>
1 parent dce214d commit 981b39d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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)