File tree Expand file tree Collapse file tree 5 files changed +44
-44
lines changed Expand file tree Collapse file tree 5 files changed +44
-44
lines changed Original file line number Diff line number Diff line change @@ -248,15 +248,15 @@ config CRYPTO_DEV_MARVELL_CESA
248248 This driver supports CPU offload through DMA transfers.
249249
250250config CRYPTO_DEV_NIAGARA2
251- tristate "Niagara2 Stream Processing Unit driver"
252- select CRYPTO_LIB_DES
253- select CRYPTO_SKCIPHER
254- select CRYPTO_HASH
255- select CRYPTO_MD5
256- select CRYPTO_SHA1
257- select CRYPTO_SHA256
258- depends on SPARC64
259- help
251+ tristate "Niagara2 Stream Processing Unit driver"
252+ select CRYPTO_LIB_DES
253+ select CRYPTO_SKCIPHER
254+ select CRYPTO_HASH
255+ select CRYPTO_MD5
256+ select CRYPTO_SHA1
257+ select CRYPTO_SHA256
258+ depends on SPARC64
259+ help
260260 Each core of a Niagara2 processor contains a Stream
261261 Processing Unit, which itself contains several cryptographic
262262 sub-units. One set provides the Modular Arithmetic Unit,
@@ -357,7 +357,7 @@ config CRYPTO_DEV_OMAP
357357 depends on ARCH_OMAP2PLUS
358358 help
359359 OMAP processors have various crypto HW accelerators. Select this if
360- you want to use the OMAP modules for any of the crypto algorithms.
360+ you want to use the OMAP modules for any of the crypto algorithms.
361361
362362if CRYPTO_DEV_OMAP
363363
@@ -639,7 +639,7 @@ config CRYPTO_DEV_QCOM_RNG
639639 Generator hardware found on Qualcomm SoCs.
640640
641641 To compile this driver as a module, choose M here. The
642- module will be called qcom-rng. If unsure, say N.
642+ module will be called qcom-rng. If unsure, say N.
643643
644644config CRYPTO_DEV_VMX
645645 bool "Support for VMX cryptographic acceleration instructions"
Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ config CRYPTO_DEV_FSL_CAAM_AHASH_API
130130 scatterlist crypto API to the SEC4 via job ring.
131131
132132config CRYPTO_DEV_FSL_CAAM_PKC_API
133- bool "Register public key cryptography implementations with Crypto API"
134- default y
135- select CRYPTO_RSA
136- help
137- Selecting this will allow SEC Public key support for RSA.
138- Supported cryptographic primitives: encryption, decryption,
139- signature and verification.
133+ bool "Register public key cryptography implementations with Crypto API"
134+ default y
135+ select CRYPTO_RSA
136+ help
137+ Selecting this will allow SEC Public key support for RSA.
138+ Supported cryptographic primitives: encryption, decryption,
139+ signature and verification.
140140
141141config CRYPTO_DEV_FSL_CAAM_RNG_API
142142 bool "Register caam device for hwrng API"
Original file line number Diff line number Diff line change @@ -23,22 +23,22 @@ config CRYPTO_DEV_CHELSIO
2323 will be called chcr.
2424
2525config CHELSIO_IPSEC_INLINE
26- bool "Chelsio IPSec XFRM Tx crypto offload"
27- depends on CHELSIO_T4
26+ bool "Chelsio IPSec XFRM Tx crypto offload"
27+ depends on CHELSIO_T4
2828 depends on CRYPTO_DEV_CHELSIO
29- depends on XFRM_OFFLOAD
30- depends on INET_ESP_OFFLOAD || INET6_ESP_OFFLOAD
31- default n
32- ---help---
33- Enable support for IPSec Tx Inline.
29+ depends on XFRM_OFFLOAD
30+ depends on INET_ESP_OFFLOAD || INET6_ESP_OFFLOAD
31+ default n
32+ ---help---
33+ Enable support for IPSec Tx Inline.
3434
3535config CRYPTO_DEV_CHELSIO_TLS
36- tristate "Chelsio Crypto Inline TLS Driver"
37- depends on CHELSIO_T4
38- depends on TLS_TOE
39- select CRYPTO_DEV_CHELSIO
40- ---help---
41- Support Chelsio Inline TLS with Chelsio crypto accelerator.
36+ tristate "Chelsio Crypto Inline TLS Driver"
37+ depends on CHELSIO_T4
38+ depends on TLS_TOE
39+ select CRYPTO_DEV_CHELSIO
40+ ---help---
41+ Support Chelsio Inline TLS with Chelsio crypto accelerator.
4242
43- To compile this driver as a module, choose M here: the module
44- will be called chtls.
43+ To compile this driver as a module, choose M here: the module
44+ will be called chtls.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ config CRYPTO_DEV_STM32_CRC
44 depends on ARCH_STM32
55 select CRYPTO_HASH
66 help
7- This enables support for the CRC32 hw accelerator which can be found
7+ This enables support for the CRC32 hw accelerator which can be found
88 on STMicroelectronics STM32 SOC.
99
1010config CRYPTO_DEV_STM32_HASH
@@ -17,7 +17,7 @@ config CRYPTO_DEV_STM32_HASH
1717 select CRYPTO_SHA256
1818 select CRYPTO_ENGINE
1919 help
20- This enables support for the HASH hw accelerator which can be found
20+ This enables support for the HASH hw accelerator which can be found
2121 on STMicroelectronics STM32 SOC.
2222
2323config CRYPTO_DEV_STM32_CRYP
@@ -27,5 +27,5 @@ config CRYPTO_DEV_STM32_CRYP
2727 select CRYPTO_ENGINE
2828 select CRYPTO_LIB_DES
2929 help
30- This enables support for the CRYP (AES/DES/TDES) hw accelerator which
30+ This enables support for the CRYP (AES/DES/TDES) hw accelerator which
3131 can be found on STMicroelectronics STM32 SOC.
Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ config CRYPTO_DEV_UX500_CRYP
1111 select CRYPTO_SKCIPHER
1212 select CRYPTO_LIB_DES
1313 help
14- This selects the crypto driver for the UX500_CRYP hardware. It supports
15- AES-ECB, CBC and CTR with keys sizes of 128, 192 and 256 bit sizes.
14+ This selects the crypto driver for the UX500_CRYP hardware. It supports
15+ AES-ECB, CBC and CTR with keys sizes of 128, 192 and 256 bit sizes.
1616
1717config CRYPTO_DEV_UX500_HASH
18- tristate "UX500 crypto driver for HASH block"
19- depends on CRYPTO_DEV_UX500
20- select CRYPTO_HASH
18+ tristate "UX500 crypto driver for HASH block"
19+ depends on CRYPTO_DEV_UX500
20+ select CRYPTO_HASH
2121 select CRYPTO_SHA1
2222 select CRYPTO_SHA256
23- help
24- This selects the hash driver for the UX500_HASH hardware.
25- Depends on UX500/STM DMA if running in DMA mode.
23+ help
24+ This selects the hash driver for the UX500_HASH hardware.
25+ Depends on UX500/STM DMA if running in DMA mode.
2626
2727config CRYPTO_DEV_UX500_DEBUG
2828 bool "Activate ux500 platform debug-mode for crypto and hash block"
You can’t perform that action at this time.
0 commit comments