Skip to content

Commit aa09b32

Browse files
committed
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Eric Biggers <[email protected]>
1 parent f5a40fc commit aa09b32

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

arch/s390/configs/debug_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,6 @@ CONFIG_SYSTEM_BLACKLIST_KEYRING=y
815815
CONFIG_CORDIC=m
816816
CONFIG_CRYPTO_LIB_CURVE25519=m
817817
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m
818-
CONFIG_CRC8=m
819818
CONFIG_RANDOM32_SELFTEST=y
820819
CONFIG_XZ_DEC_MICROLZMA=y
821820
CONFIG_DMA_CMA=y

arch/s390/configs/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ CONFIG_CORDIC=m
803803
CONFIG_PRIME_NUMBERS=m
804804
CONFIG_CRYPTO_LIB_CURVE25519=m
805805
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m
806-
CONFIG_CRC8=m
807806
CONFIG_XZ_DEC_MICROLZMA=y
808807
CONFIG_DMA_CMA=y
809808
CONFIG_CMA_SIZE_MBYTES=0

lib/Kconfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,7 @@ config LIBCRC32C
222222
purposes until the users are updated to select CRC32 directly.
223223

224224
config CRC8
225-
tristate "CRC8 function"
226-
help
227-
This option provides CRC8 function. Drivers may select this
228-
when they need to do cyclic redundancy check according CRC8
229-
algorithm. Module will be called crc8.
225+
tristate
230226

231227
config CRC_OPTIMIZATIONS
232228
bool "Enable optimized CRC implementations" if EXPERT

0 commit comments

Comments
 (0)