[PATCH] DVB: Other DVB core updates
[linux-2.6/history.git] / lib / Kconfig
blobe07caab6d649eef69888518061800755bdead55d
2 # Library configuration
5 menu "Library routines"
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.
16 # compression support is select'ed if needed
18 config ZLIB_INFLATE
19         tristate
21 config ZLIB_DEFLATE
22         tristate
24 endmenu