]> www.infradead.org Git - users/hch/misc.git/commit
lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T
authorEric Biggers <ebiggers@google.com>
Tue, 1 Apr 2025 22:15:58 +0000 (15:15 -0700)
committerEric Biggers <ebiggers@google.com>
Fri, 4 Apr 2025 18:31:42 +0000 (11:31 -0700)
commita0d55dd740db75acca2afbd84a2f54f644dbc268
treed390c4ea6e0a10a402c3a0383b12a776fff413f6
parenta6d0dbba950880e269d433222ca6d516ebe8a6ae
lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T

All modules that need CONFIG_CRC_ITU_T already select it, so there is no
need to bother users about the option.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Martin K. Petersen" <martin.petersen@oracle.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250401221600.24878-6-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
13 files changed:
arch/arm/configs/lpc18xx_defconfig
arch/arm/configs/milbeaut_m10v_defconfig
arch/arm/configs/mxs_defconfig
arch/arm/configs/omap2plus_defconfig
arch/arm/configs/sama7_defconfig
arch/arm/configs/stm32_defconfig
arch/arm/configs/wpcm450_defconfig
arch/mips/configs/ath79_defconfig
arch/mips/configs/rt305x_defconfig
arch/mips/configs/xway_defconfig
arch/powerpc/configs/skiroot_defconfig
arch/sh/configs/se7206_defconfig
lib/Kconfig