]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/crc: remove unnecessary prompt for CONFIG_CRC8
authorEric Biggers <ebiggers@google.com>
Tue, 4 Mar 2025 23:07:10 +0000 (15:07 -0800)
committerEric Biggers <ebiggers@google.com>
Mon, 10 Mar 2025 16:29:29 +0000 (09:29 -0700)
commitaa09b3223c8500e14d072729488124c614e4f220
tree03ef8f07408417f68be310a9533106682ccd0302
parentf5a40fcf82c1d3f26910ebe1c62fec8ae3b85f02
lib/crc: remove unnecessary prompt for CONFIG_CRC8

All modules that need CONFIG_CRC8 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-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
lib/Kconfig