diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-03-04 15:07:10 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-03-10 09:29:29 -0700 |
| commit | aa09b3223c8500e14d072729488124c614e4f220 (patch) | |
| tree | 03ef8f07408417f68be310a9533106682ccd0302 /lib | |
| parent | lib/crc: remove unnecessary prompt for CONFIG_CRC7 (diff) | |
| download | linux-aa09b3223c8500e14d072729488124c614e4f220.tar.gz linux-aa09b3223c8500e14d072729488124c614e4f220.zip | |
lib/crc: remove unnecessary prompt for CONFIG_CRC8
All modules that need CONFIG_CRC8 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-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 9b668c4b60e9..31add0dc4292 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -222,11 +222,7 @@ config LIBCRC32C purposes until the users are updated to select CRC32 directly. config CRC8 - tristate "CRC8 function" - help - This option provides CRC8 function. Drivers may select this - when they need to do cyclic redundancy check according CRC8 - algorithm. Module will be called crc8. + tristate config CRC_OPTIMIZATIONS bool "Enable optimized CRC implementations" if EXPERT |
