]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
lib/crc: remove unnecessary prompt for CONFIG_CRC7
authorEric Biggers <ebiggers@google.com>
Tue, 4 Mar 2025 23:07:09 +0000 (15:07 -0800)
committerEric Biggers <ebiggers@google.com>
Mon, 10 Mar 2025 16:29:29 +0000 (09:29 -0700)
commitf5a40fcf82c1d3f26910ebe1c62fec8ae3b85f02
tree0fa3e7b64350bc76ac78da34fa53be020e25f8c4
parent7f36255f92e685ae9bdbe377ecbb456b6e3e0eee
lib/crc: remove unnecessary prompt for CONFIG_CRC7

All modules that need CONFIG_CRC7 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-3-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
arch/arm/configs/imx_v6_v7_defconfig
arch/arm/configs/lpc18xx_defconfig
arch/arm/configs/mxs_defconfig
arch/arm/configs/omap2plus_defconfig
arch/arm/configs/stm32_defconfig
arch/mips/configs/bigsur_defconfig
arch/mips/configs/fuloong2e_defconfig
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
arch/sh/configs/se7206_defconfig
lib/Kconfig