2 # Library configuration
5 menu "Library routines"
10 config GENERIC_FIND_FIRST_BIT
13 config GENERIC_FIND_NEXT_BIT
17 tristate "CRC-CCITT functions"
19 This option is provided for the case where no in-kernel-tree
20 modules require CRC-CCITT functions, but a module built outside
21 the kernel tree does. Such modules that use library CRC-CCITT
22 functions require M here.
25 tristate "CRC16 functions"
27 This option is provided for the case where no in-kernel-tree
28 modules require CRC16 functions, but a module built outside
29 the kernel tree does. Such modules that use library CRC16
30 functions require M here.
33 tristate "CRC ITU-T V.41 functions"
35 This option is provided for the case where no in-kernel-tree
36 modules require CRC ITU-T V.41 functions, but a module built outside
37 the kernel tree does. Such modules that use library CRC ITU-T V.41
38 functions require M here.
41 tristate "CRC32 functions"
45 This option is provided for the case where no in-kernel-tree
46 modules require CRC32 functions, but a module built outside the
47 kernel tree does. Such modules that use library CRC32 functions
51 tristate "CRC7 functions"
53 This option is provided for the case where no in-kernel-tree
54 modules require CRC7 functions, but a module built outside
55 the kernel tree does. Such modules that use library CRC7
56 functions require M here.
59 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
61 This option is provided for the case where no in-kernel-tree
62 modules require CRC32c functions, but a module built outside the
63 kernel tree does. Such modules that use library CRC32c functions
64 require M here. See Castagnoli93.
65 Module will be libcrc32c.
69 depends on AUDIT && !AUDIT_ARCH
73 # compression support is select'ed if needed
88 # Generic allocator support is selected if needed
90 config GENERIC_ALLOCATOR
94 # reed solomon support is select'ed if needed
99 config REED_SOLOMON_ENC8
102 config REED_SOLOMON_DEC8
105 config REED_SOLOMON_ENC16
108 config REED_SOLOMON_DEC16
112 # Textsearch support is select'ed if needed
117 config TEXTSEARCH_KMP
123 config TEXTSEARCH_FSM
127 # plist support is select#ed if needed
139 depends on HAS_IOMEM && !NO_IOPORT
147 config CHECK_SIGNATURE