diff options
author | Eric Biggers <ebiggers@google.com> | 2025-04-02 01:15:56 +0300 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2025-04-04 21:31:42 +0300 |
commit | 2038af8edae281283ee10e220a3df19dcad3b61c (patch) | |
tree | e9c45edd1ab6f8f27b1815c7bca7e8b6c6a3cd34 /arch/sparc | |
parent | 7939da264bcc91ced4d01014241a581e79d414d9 (diff) | |
download | linux-2038af8edae281283ee10e220a3df19dcad3b61c.tar.xz |
lib/crc: remove unnecessary prompt for CONFIG_CRC16
All modules that need CONFIG_CRC16 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-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/configs/sparc64_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig index 01b2bdfbf9a8..f1ba0fefe1f9 100644 --- a/arch/sparc/configs/sparc64_defconfig +++ b/arch/sparc/configs/sparc64_defconfig @@ -229,7 +229,6 @@ CONFIG_CRYPTO_SERPENT=m CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_TWOFISH=m # CONFIG_CRYPTO_ANSI_CPRNG is not set -CONFIG_CRC16=m CONFIG_VCC=m CONFIG_PATA_CMD64X=y CONFIG_IP_PNP=y |