diff options
author | 2025-04-01 15:15:58 -0700 | |
---|---|---|
committer | 2025-04-04 11:31:42 -0700 | |
commit | a0d55dd740db75acca2afbd84a2f54f644dbc268 (patch) | |
tree | d390c4ea6e0a10a402c3a0383b12a776fff413f6 /arch/sh | |
parent | lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF (diff) | |
download | wireguard-linux-a0d55dd740db75acca2afbd84a2f54f644dbc268.tar.xz wireguard-linux-a0d55dd740db75acca2afbd84a2f54f644dbc268.zip |
lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T
All modules that need CONFIG_CRC_ITU_T 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-6-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/configs/se7206_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/configs/se7206_defconfig b/arch/sh/configs/se7206_defconfig index d881fccbe6f0..64f9308ee586 100644 --- a/arch/sh/configs/se7206_defconfig +++ b/arch/sh/configs/se7206_defconfig @@ -101,4 +101,3 @@ CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_LZO=y # CONFIG_CRYPTO_ANSI_CPRNG is not set # CONFIG_CRYPTO_HW is not set -CONFIG_CRC_ITU_T=y |