1# 2# Library configuration 3# 4 5menu "Library routines" 6 7config CRC32 8 tristate "CRC32 functions" 9 help 10 This option is provided for the case where no in-kernel-tree 11 modules require CRC32 functions, but a module built outside the 12 kernel tree does. Such modules that use library CRC32 functions 13 require M here. 14 15# 16# compression support is select'ed if needed 17# 18config ZLIB_INFLATE 19 tristate 20 21config ZLIB_DEFLATE 22 tristate 23 24endmenu 25 26

