summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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 9b668c4b60e9..31add0dc4292 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -222,11 +222,7 @@ config LIBCRC32C
purposes until the users are updated to select CRC32 directly.
config CRC8
- tristate "CRC8 function"
- help
- This option provides CRC8 function. Drivers may select this
- when they need to do cyclic redundancy check according CRC8
- algorithm. Module will be called crc8.
+ tristate
config CRC_OPTIMIZATIONS
bool "Enable optimized CRC implementations" if EXPERT