root/lib/Kconfig

Revision 1, 0.8 kB (checked in by dkaplan1, 7 years ago)

Initial import

Line 
1 #
2 # Library configuration
3 #
4
5 menu "Library routines"
6
7 config 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 config LIBCRC32C
16         tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
17         help
18           This option is provided for the case where no in-kernel-tree
19           modules require CRC32c functions, but a module built outside the
20           kernel tree does. Such modules that use library CRC32c functions
21           require M here.  See Castagnoli93.
22           Module will be libcrc32c.
23
24 #
25 # compression support is select'ed if needed
26 #
27 config ZLIB_INFLATE
28         tristate
29
30 config ZLIB_DEFLATE
31         tristate
32
33 endmenu
34
Note: See TracBrowser for help on using the browser.