Skip to content

Commit 7f36255

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

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
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_CRC4=m
819818
CONFIG_CRC7=m
820819
CONFIG_CRC8=m
821820
CONFIG_RANDOM32_SELFTEST=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_CRC4=m
807806
CONFIG_CRC7=m
808807
CONFIG_CRC8=m
809808
CONFIG_XZ_DEC_MICROLZMA=y

lib/Kconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,7 @@ config CRC64_ARCH
209209
default CRC64 if ARCH_HAS_CRC64 && CRC_OPTIMIZATIONS
210210

211211
config CRC4
212-
tristate "CRC4 functions"
213-
help
214-
This option is provided for the case where no in-kernel-tree
215-
modules require CRC4 functions, but a module built outside
216-
the kernel tree does. Such modules that use library CRC4
217-
functions require M here.
212+
tristate
218213

219214
config CRC7
220215
tristate "CRC7 functions"

0 commit comments

Comments
 (0)