]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/crc32: remove obsolete CRC32 options from defconfig files
authorEric Biggers <ebiggers@google.com>
Wed, 5 Feb 2025 00:04:24 +0000 (16:04 -0800)
committerEric Biggers <ebiggers@google.com>
Sun, 9 Feb 2025 04:06:30 +0000 (20:06 -0800)
commit79fbe85a0310cb6103379f207356997179f400e9
treeee0da545fdecc4638cd4ec54113d3265c2b92b12
parent067bc8717aeee415d6a6294e63b70821846c45c3
lib/crc32: remove obsolete CRC32 options from defconfig files

Remove all remaining references to CONFIG_CRC32_BIT,
CONFIG_CRC32_SARWATE, CONFIG_CRC32_SLICEBY4, and CONFIG_CRC32_SLICEBY8.
These options no longer exist, now that we've standardized on a single
generic CRC32 implementation.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250205000424.75149-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
arch/arm/configs/moxart_defconfig
arch/mips/configs/bcm47xx_defconfig
arch/mips/configs/db1xxx_defconfig
arch/mips/configs/rt305x_defconfig
arch/mips/configs/xway_defconfig
arch/powerpc/configs/adder875_defconfig
arch/powerpc/configs/ep88xc_defconfig
arch/powerpc/configs/mpc866_ads_defconfig
arch/powerpc/configs/mpc885_ads_defconfig
arch/powerpc/configs/tqm8xx_defconfig