summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 67bbf4f64dd9..e867971c9766 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -209,12 +209,7 @@ config CRC64_ARCH
default CRC64 if ARCH_HAS_CRC64 && CRC_OPTIMIZATIONS
config CRC4
- tristate "CRC4 functions"
- help
- This option is provided for the case where no in-kernel-tree
- modules require CRC4 functions, but a module built outside
- the kernel tree does. Such modules that use library CRC4
- functions require M here.
+ tristate
config CRC7
tristate "CRC7 functions"