add support for waldux
[openadk.git] / target / waldux / config / Config.in.lib
blob12865580c4791a7e62f063b83772290b7f7c9b6e
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 menu "Kernel Library Routines"
6 config ADK_WALDUX_KERNEL_CRC_ITU_T
7         tristate "CRC ITU-T V.41 functions"
8         default n
9         help
10           This option is provided for the case where no in-kernel-tree
11           modules require CRC ITU-T V.41 functions, but a module built outside
12           the kernel tree does. Such modules that use library CRC ITU-T V.41
13           functions require M here.
15 config ADK_WALDUX_KERNEL_CRC16
16         tristate "CRC16 library functions"
17         default n
18         help
20 config ADK_WALDUX_KERNEL_CRC32
21         bool "CRC32 library functions"
22         default n
23         help
25 config ADK_WALDUX_KERNEL_LIBCRC32C
26         tristate "CRC32c Cyclic Redundancy-Check"
27         default n
28         help
29           This option is provided for the case where no in-kernel-tree
30           modules require CRC32c functions, but a module built outside the
31           kernel tree does. Such modules that use library CRC32c functions
32           require M here.  See Castagnoli93.
34 config ADK_WALDUX_KERNEL_CRC_CCITT
35         tristate "CRC-CCITT library functions"
36         default n
37         help
38           This module provides CRC-CCITT library functions for kernel 
39           modules built outside the kernel.
41 config ADK_WALDUX_KERNEL_ZLIB_DEFLATE
42         tristate
44 config ADK_WALDUX_KERNEL_ZLIB_INFLATE
45         tristate
47 config ADK_WALDUX_KERNEL_LZO_COMPRESS
48         tristate
50 config ADK_WALDUX_KERNEL_LZO_DECOMPRESS
51         tristate
53 endmenu