2 # Library configuration
5 menu "Library routines"
8 tristate "CRC-CCITT functions"
10 This option is provided for the case where no in-kernel-tree
11 modules require CRC-CCITT functions, but a module built outside
12 the kernel tree does. Such modules that use library CRC-CCITT
13 functions require M here.
16 tristate "CRC16 functions"
18 This option is provided for the case where no in-kernel-tree
19 modules require CRC16 functions, but a module built outside
20 the kernel tree does. Such modules that use library CRC16
21 functions require M here.
24 tristate "CRC32 functions"
27 This option is provided for the case where no in-kernel-tree
28 modules require CRC32 functions, but a module built outside the
29 kernel tree does. Such modules that use library CRC32 functions
33 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
35 This option is provided for the case where no in-kernel-tree
36 modules require CRC32c functions, but a module built outside the
37 kernel tree does. Such modules that use library CRC32c functions
38 require M here. See Castagnoli93.
39 Module will be libcrc32c.
43 depends on AUDIT && !AUDIT_ARCH
47 # compression support is select'ed if needed
56 # Generic allocator support is selected if needed
58 config GENERIC_ALLOCATOR
62 # reed solomon support is select'ed if needed
67 config REED_SOLOMON_ENC8
70 config REED_SOLOMON_DEC8
73 config REED_SOLOMON_ENC16
76 config REED_SOLOMON_DEC16
80 # Textsearch support is select'ed if needed
95 # plist support is select#ed if needed