]> www.infradead.org Git - users/willy/xarray.git/commit
lib/crc: remove unnecessary prompt for CONFIG_CRC64
authorEric Biggers <ebiggers@google.com>
Tue, 4 Mar 2025 23:07:12 +0000 (15:07 -0800)
committerEric Biggers <ebiggers@google.com>
Mon, 10 Mar 2025 16:29:29 +0000 (09:29 -0700)
commit981b39dc6da6dd11ec40824a224c1e0a7557b5ca
treeea4bb8359ff401a808c2c22f171f93a3de5bc78a
parentdce214db5d999016b4cd94c6539e6e48821af45c
lib/crc: remove unnecessary prompt for CONFIG_CRC64

All modules that need CONFIG_CRC64 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-6-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
lib/Kconfig