X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2FKconfig;h=2f25b0cfa9ae29387a4a2ef4a33fc217671d8aa9;hb=ae17e7656036804d46ec431260821023d4c8cb83;hp=468ba1b9988dd26c6a51fe971a0a489133b7f273;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/lib/Kconfig b/lib/Kconfig index 468ba1b99..2f25b0cfa 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -4,8 +4,17 @@ menu "Library routines" +config CRC_CCITT + tristate "CRC-CCITT functions" + help + This option is provided for the case where no in-kernel-tree + modules require CRC-CCITT functions, but a module built outside + the kernel tree does. Such modules that use library CRC-CCITT + functions require M here. + config CRC32 tristate "CRC32 functions" + default y help This option is provided for the case where no in-kernel-tree modules require CRC32 functions, but a module built outside the