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 "CRC ITU-T V.41 functions"
29 This option is provided for the case where no in-kernel-tree
30 modules require CRC ITU-T V.41 functions, but a module built outside
31 the kernel tree does. Such modules that use library CRC ITU-T V.41
32 functions require M here.
35 tristate "CRC32 functions"
39 This option is provided for the case where no in-kernel-tree
40 modules require CRC32 functions, but a module built outside the
41 kernel tree does. Such modules that use library CRC32 functions
45 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
47 This option is provided for the case where no in-kernel-tree
48 modules require CRC32c functions, but a module built outside the
49 kernel tree does. Such modules that use library CRC32c functions
50 require M here. See Castagnoli93.
51 Module will be libcrc32c.
55 depends on AUDIT && !AUDIT_ARCH
59 # compression support is select'ed if needed
68 # Generic allocator support is selected if needed
70 config GENERIC_ALLOCATOR
74 # reed solomon support is select'ed if needed
79 config REED_SOLOMON_ENC8
82 config REED_SOLOMON_DEC8
85 config REED_SOLOMON_ENC16
88 config REED_SOLOMON_DEC16
92 # Textsearch support is select'ed if needed
103 config TEXTSEARCH_FSM
107 # plist support is select#ed if needed
119 depends on HAS_IOMEM && !NO_IOPORT