Kconfig (7939da264bcc91ced4d01014241a581e79d414d9) Kconfig (2038af8edae281283ee10e220a3df19dcad3b61c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Library configuration
4#
5
6config BINARY_PRINTF
7 def_bool n
8

--- 128 unchanged lines hidden (view full) ---

137 can be used for logging all MMIO read/write operations.
138
139source "lib/crypto/Kconfig"
140
141config CRC_CCITT
142 tristate
143
144config CRC16
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Library configuration
4#
5
6config BINARY_PRINTF
7 def_bool n
8

--- 128 unchanged lines hidden (view full) ---

137 can be used for logging all MMIO read/write operations.
138
139source "lib/crypto/Kconfig"
140
141config CRC_CCITT
142 tristate
143
144config CRC16
145 tristate "CRC16 functions"
146 help
147 This option is provided for the case where no in-kernel-tree
148 modules require CRC16 functions, but a module built outside
149 the kernel tree does. Such modules that use library CRC16
150 functions require M here.
145 tristate
151
152config CRC_T10DIF
153 tristate "CRC calculation for the T10 Data Integrity Field"
154 help
155 This option is only needed if a module that's not in the
156 kernel tree needs to calculate CRC checks for use with the
157 SCSI data integrity subsystem.
158

--- 570 unchanged lines hidden ---
146
147config CRC_T10DIF
148 tristate "CRC calculation for the T10 Data Integrity Field"
149 help
150 This option is only needed if a module that's not in the
151 kernel tree needs to calculate CRC checks for use with the
152 SCSI data integrity subsystem.
153

--- 570 unchanged lines hidden ---