Message ID | 20250304230712.167600-1-ebiggers@kernel.org |
---|---|
Headers | show |
Series | Remove unnecessary prompts for CRC library (batch 1) | expand |
On Wed, 5 Mar 2025 at 00:08, Eric Biggers <ebiggers@kernel.org> wrote: > > Library functions are already selected when they are needed, so there is > no need to ask users whether to enable them or not. This patchset fixes > this for the first batch of CRC library options. > > There will be a batch 2 later to handle the rest. > > Eric Biggers (5): > lib/crc: remove unnecessary prompt for CONFIG_CRC4 > lib/crc: remove unnecessary prompt for CONFIG_CRC7 > lib/crc: remove unnecessary prompt for CONFIG_CRC8 > lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32C > lib/crc: remove unnecessary prompt for CONFIG_CRC64 > Acked-by: Ard Biesheuvel <ardb@kernel.org>
On Tue, Mar 04, 2025 at 03:07:07PM -0800, Eric Biggers wrote: > Library functions are already selected when they are needed, so there is > no need to ask users whether to enable them or not. This patchset fixes > this for the first batch of CRC library options. > > There will be a batch 2 later to handle the rest. > > Eric Biggers (5): > lib/crc: remove unnecessary prompt for CONFIG_CRC4 > lib/crc: remove unnecessary prompt for CONFIG_CRC7 > lib/crc: remove unnecessary prompt for CONFIG_CRC8 > lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32C > lib/crc: remove unnecessary prompt for CONFIG_CRC64 > Applied to https://web.git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=crc-next - Eric