2 # Library configuration
5 menu "Library routines"
11 tristate "CRC-CCITT functions"
13 This option is provided for the case where no in-kernel-tree
14 modules require CRC-CCITT functions, but a module built outside
15 the kernel tree does. Such modules that use library CRC-CCITT
16 functions require M here.
19 tristate "CRC16 functions"
21 This option is provided for the case where no in-kernel-tree
22 modules require CRC16 functions, but a module built outside
23 the kernel tree does. Such modules that use library CRC16
24 functions require M here.
27 tristate "CRC32 functions"
31 This option is provided for the case where no in-kernel-tree
32 modules require CRC32 functions, but a module built outside the
33 kernel tree does. Such modules that use library CRC32 functions
37 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
39 This option is provided for the case where no in-kernel-tree
40 modules require CRC32c functions, but a module built outside the
41 kernel tree does. Such modules that use library CRC32c functions
42 require M here. See Castagnoli93.
43 Module will be libcrc32c.
47 depends on AUDIT && !AUDIT_ARCH
51 # compression support is select'ed if needed
60 # Generic allocator support is selected if needed
62 config GENERIC_ALLOCATOR
66 # reed solomon support is select'ed if needed
71 config REED_SOLOMON_ENC8
74 config REED_SOLOMON_DEC8
77 config REED_SOLOMON_ENC16
80 config REED_SOLOMON_DEC16
84 # Textsearch support is select'ed if needed
99 # plist support is select#ed if needed