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 calculation for the T10 Data Integrity Field"
35 This option is only needed if a module that's not in the
36 kernel tree needs to calculate CRC checks for use with the
37 SCSI data integrity subsystem.
40 tristate "CRC ITU-T V.41 functions"
42 This option is provided for the case where no in-kernel-tree
43 modules require CRC ITU-T V.41 functions, but a module built outside
44 the kernel tree does. Such modules that use library CRC ITU-T V.41
45 functions require M here.
48 tristate "CRC32 functions"
52 This option is provided for the case where no in-kernel-tree
53 modules require CRC32 functions, but a module built outside the
54 kernel tree does. Such modules that use library CRC32 functions
58 tristate "CRC7 functions"
60 This option is provided for the case where no in-kernel-tree
61 modules require CRC7 functions, but a module built outside
62 the kernel tree does. Such modules that use library CRC7
63 functions require M here.
66 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
68 This option is provided for the case where no in-kernel-tree
69 modules require CRC32c functions, but a module built outside the
70 kernel tree does. Such modules that use library CRC32c functions
71 require M here. See Castagnoli93.
72 Module will be libcrc32c.
76 depends on AUDIT && !AUDIT_ARCH
80 # compression support is select'ed if needed
95 # Generic allocator support is selected if needed
97 config GENERIC_ALLOCATOR
101 # reed solomon support is select'ed if needed
106 config REED_SOLOMON_ENC8
109 config REED_SOLOMON_DEC8
112 config REED_SOLOMON_ENC16
115 config REED_SOLOMON_DEC16
119 # Textsearch support is select'ed if needed
124 config TEXTSEARCH_KMP
130 config TEXTSEARCH_FSM
134 # plist support is select#ed if needed
146 depends on HAS_IOMEM && !NO_IOPORT
154 config CHECK_SIGNATURE