]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF
authorEric Biggers <ebiggers@google.com>
Tue, 1 Apr 2025 22:15:57 +0000 (15:15 -0700)
committerEric Biggers <ebiggers@google.com>
Fri, 4 Apr 2025 18:31:42 +0000 (11:31 -0700)
commita6d0dbba950880e269d433222ca6d516ebe8a6ae
tree632c3cb631c6334979b210edc088d6f2e3277442
parent2038af8edae281283ee10e220a3df19dcad3b61c
lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF

All modules that need CONFIG_CRC_T10DIF 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-5-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
51 files changed:
arch/arm/configs/davinci_all_defconfig
arch/arm/configs/imx_v6_v7_defconfig
arch/arm/configs/omap2plus_defconfig
arch/arm/configs/orion5x_defconfig
arch/arm/configs/pxa_defconfig
arch/hexagon/configs/comet_defconfig
arch/mips/configs/bigsur_defconfig
arch/mips/configs/ip22_defconfig
arch/mips/configs/ip27_defconfig
arch/mips/configs/ip30_defconfig
arch/mips/configs/ip32_defconfig
arch/parisc/configs/generic-32bit_defconfig
arch/powerpc/configs/44x/sam440ep_defconfig
arch/powerpc/configs/44x/warp_defconfig
arch/powerpc/configs/83xx/mpc832x_rdb_defconfig
arch/powerpc/configs/83xx/mpc834x_itx_defconfig
arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig
arch/powerpc/configs/83xx/mpc837x_rdb_defconfig
arch/powerpc/configs/85xx/ge_imp3a_defconfig
arch/powerpc/configs/85xx/stx_gp3_defconfig
arch/powerpc/configs/85xx/xes_mpc85xx_defconfig
arch/powerpc/configs/86xx-hw.config
arch/powerpc/configs/amigaone_defconfig
arch/powerpc/configs/chrp32_defconfig
arch/powerpc/configs/fsl-emb-nonhw.config
arch/powerpc/configs/g5_defconfig
arch/powerpc/configs/linkstation_defconfig
arch/powerpc/configs/mpc83xx_defconfig
arch/powerpc/configs/mvme5100_defconfig
arch/powerpc/configs/pmac32_defconfig
arch/powerpc/configs/ppc44x_defconfig
arch/powerpc/configs/ppc64e_defconfig
arch/powerpc/configs/ps3_defconfig
arch/powerpc/configs/storcenter_defconfig
arch/sh/configs/ap325rxa_defconfig
arch/sh/configs/ecovec24_defconfig
arch/sh/configs/espt_defconfig
arch/sh/configs/hp6xx_defconfig
arch/sh/configs/landisk_defconfig
arch/sh/configs/lboxre2_defconfig
arch/sh/configs/migor_defconfig
arch/sh/configs/r7780mp_defconfig
arch/sh/configs/r7785rp_defconfig
arch/sh/configs/rts7751r2d1_defconfig
arch/sh/configs/rts7751r2dplus_defconfig
arch/sh/configs/sdk7780_defconfig
arch/sh/configs/se7724_defconfig
arch/sh/configs/sh7763rdp_defconfig
lib/Kconfig
tools/testing/selftests/bpf/config.x86_64
tools/testing/selftests/hid/config.common