X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=lib%2FKconfig;h=e5c2c514174ad28e4f2354ef94bb8da1b46bfa46;hb=92a22beb756c53985e8ba98d39f2c8fc834557a4;hp=96d6e8ca8b70c4c90ea4a96f182dd1af16a72043;hpb=411f0f3edc141a582190d3605cadd1d993abb6df;p=safe%2Fjmp%2Flinux-2.6 diff --git a/lib/Kconfig b/lib/Kconfig index 96d6e8c..e5c2c51 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -23,6 +23,14 @@ config CRC16 the kernel tree does. Such modules that use library CRC16 functions require M here. +config CRC_ITU_T + tristate "CRC ITU-T V.41 functions" + help + This option is provided for the case where no in-kernel-tree + modules require CRC ITU-T V.41 functions, but a module built outside + the kernel tree does. Such modules that use library CRC ITU-T V.41 + functions require M here. + config CRC32 tristate "CRC32 functions" default y @@ -33,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 @@ -56,6 +72,12 @@ config ZLIB_INFLATE config ZLIB_DEFLATE tristate +config LZO_COMPRESS + tristate + +config LZO_DECOMPRESS + tristate + # # Generic allocator support is selected if needed #