lib/crc: remove unnecessary prompt for CONFIG_CRC16
authorEric Biggers <ebiggers@google.com>
Tue, 1 Apr 2025 22:15:56 +0000 (15:15 -0700)
committerEric Biggers <ebiggers@google.com>
Fri, 4 Apr 2025 18:31:42 +0000 (11:31 -0700)
commit2038af8edae281283ee10e220a3df19dcad3b61c
treee9c45edd1ab6f8f27b1815c7bca7e8b6c6a3cd34
parent7939da264bcc91ced4d01014241a581e79d414d9
lib/crc: remove unnecessary prompt for CONFIG_CRC16

All modules that need CONFIG_CRC16 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-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
14 files changed:
arch/hexagon/configs/comet_defconfig
arch/m68k/configs/amcore_defconfig
arch/mips/configs/omega2p_defconfig
arch/mips/configs/rb532_defconfig
arch/mips/configs/sb1250_swarm_defconfig
arch/mips/configs/vocore2_defconfig
arch/powerpc/configs/skiroot_defconfig
arch/sh/configs/hp6xx_defconfig
arch/sh/configs/magicpanelr2_defconfig
arch/sh/configs/se7206_defconfig
arch/sh/configs/sh2007_defconfig
arch/sh/configs/titan_defconfig
arch/sparc/configs/sparc64_defconfig
lib/Kconfig