Kconfig (dfb098d692eac2a11a7051dfe87be98cd90da67d) Kconfig (46c5338db7bd45b2cf99570560f00389d60fd6b4)
1# SPDX-License-Identifier: GPL-2.0-only
2
3menuconfig CRYPTO_HW
4 bool "Hardware crypto devices"
5 default y
6 help
7 Say Y here to get to see options for hardware crypto devices and
8 processors. This option alone does not add any kernel code.

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

261 help
262 Each core of a Niagara2 processor contains a Stream
263 Processing Unit, which itself contains several cryptographic
264 sub-units. One set provides the Modular Arithmetic Unit,
265 used for SSL offload. The other set provides the Cipher
266 Group, which can perform encryption, decryption, hashing,
267 checksumming, and raw copies.
268
1# SPDX-License-Identifier: GPL-2.0-only
2
3menuconfig CRYPTO_HW
4 bool "Hardware crypto devices"
5 default y
6 help
7 Say Y here to get to see options for hardware crypto devices and
8 processors. This option alone does not add any kernel code.

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

261 help
262 Each core of a Niagara2 processor contains a Stream
263 Processing Unit, which itself contains several cryptographic
264 sub-units. One set provides the Modular Arithmetic Unit,
265 used for SSL offload. The other set provides the Cipher
266 Group, which can perform encryption, decryption, hashing,
267 checksumming, and raw copies.
268
269config CRYPTO_DEV_SL3516
270 tristate "Stormlink SL3516 crypto offloader"
271 select CRYPTO_SKCIPHER
272 select CRYPTO_ENGINE
273 select CRYPTO_ECB
274 select CRYPTO_AES
275 select HW_RANDOM
276 help
277 This option allows you to have support for SL3516 crypto offloader.
278
279config CRYPTO_DEV_SL3516_DEBUG
280 bool "Enable SL3516 stats"
281 depends on CRYPTO_DEV_SL3516
282 depends on DEBUG_FS
283 help
284 Say y to enable SL3516 debug stats.
285 This will create /sys/kernel/debug/sl3516/stats for displaying
286 the number of requests per algorithm and other internal stats.
287
269config CRYPTO_DEV_HIFN_795X
270 tristate "Driver HIFN 795x crypto accelerator chips"
271 select CRYPTO_LIB_DES
272 select CRYPTO_SKCIPHER
273 select HW_RANDOM if CRYPTO_DEV_HIFN_795X_RNG
274 depends on PCI
275 depends on !ARCH_DMA_ADDR_T_64BIT
276 help

--- 618 unchanged lines hidden ---
288config CRYPTO_DEV_HIFN_795X
289 tristate "Driver HIFN 795x crypto accelerator chips"
290 select CRYPTO_LIB_DES
291 select CRYPTO_SKCIPHER
292 select HW_RANDOM if CRYPTO_DEV_HIFN_795X_RNG
293 depends on PCI
294 depends on !ARCH_DMA_ADDR_T_64BIT
295 help

--- 618 unchanged lines hidden ---