projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce214d
)
lib/crc: remove unnecessary prompt for CONFIG_CRC64
author
Eric Biggers
<ebiggers@google.com>
Tue, 4 Mar 2025 23:07:12 +0000
(15:07 -0800)
committer
Eric Biggers
<ebiggers@google.com>
Mon, 10 Mar 2025 16:29:29 +0000
(09:29 -0700)
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>
lib/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index 4bf2dd9f49a803fc258137e7976a7a4b762beef5..61cce0686b53eb8d43406950c733fcd52b8f20be 100644
(file)
--- 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