diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-03-04 15:07:08 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-03-10 09:29:29 -0700 |
| commit | 7f36255f92e685ae9bdbe377ecbb456b6e3e0eee (patch) | |
| tree | 1fd57b3387c1018f3264ddf9bdbb615d441b819b /lib/Kconfig | |
| parent | lib/crc7: unexport crc7_be_syndrome_table (diff) | |
| download | linux-7f36255f92e685ae9bdbe377ecbb456b6e3e0eee.tar.gz linux-7f36255f92e685ae9bdbe377ecbb456b6e3e0eee.zip | |
lib/crc: remove unnecessary prompt for CONFIG_CRC4
All modules that need CONFIG_CRC4 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-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 67bbf4f64dd9..e867971c9766 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -209,12 +209,7 @@ config CRC64_ARCH default CRC64 if ARCH_HAS_CRC64 && CRC_OPTIMIZATIONS config CRC4 - tristate "CRC4 functions" - help - This option is provided for the case where no in-kernel-tree - modules require CRC4 functions, but a module built outside - the kernel tree does. Such modules that use library CRC4 - functions require M here. + tristate config CRC7 tristate "CRC7 functions" |
