summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-04-01 15:15:57 -0700
committerEric Biggers <ebiggers@google.com>2025-04-04 11:31:42 -0700
commita6d0dbba950880e269d433222ca6d516ebe8a6ae (patch)
tree632c3cb631c6334979b210edc088d6f2e3277442 /lib
parent2038af8edae281283ee10e220a3df19dcad3b61c (diff)
lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF
All modules that need CONFIG_CRC_T10DIF 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-5-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 372e07c5e31d..4301bfd08feb 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -145,11 +145,7 @@ config CRC16
tristate
config CRC_T10DIF
- tristate "CRC calculation for the T10 Data Integrity Field"
- help
- This option is only needed if a module that's not in the
- kernel tree needs to calculate CRC checks for use with the
- SCSI data integrity subsystem.
+ tristate
config ARCH_HAS_CRC_T10DIF
bool