]> err.no Git - linux-2.6/blobdiff - lib/Kconfig
sched: remove the 'u64 now' parameter from enqueue_task()
[linux-2.6] / lib / Kconfig
index 3eb29d5dc4f56d3ba66553a8cd053185610b2c0d..e5c2c514174ad28e4f2354ef94bb8da1b46bfa46 100644 (file)
@@ -41,6 +41,14 @@ config CRC32
          kernel tree does. Such modules that use library CRC32 functions
          require M here.
 
+config CRC7
+       tristate "CRC7 functions"
+       help
+         This option is provided for the case where no in-kernel-tree
+         modules require CRC7 functions, but a module built outside
+         the kernel tree does. Such modules that use library CRC7
+         functions require M here.
+
 config LIBCRC32C
        tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
        help