Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: Kconfig - Fix indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Krzysztof Kozlowski and committed by
Herbert Xu
2452cfdf 1e02e6fb

+44 -44
+11 -11
drivers/crypto/Kconfig
··· 248 248 This driver supports CPU offload through DMA transfers. 249 249 250 250 config 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 260 260 Each core of a Niagara2 processor contains a Stream 261 261 Processing Unit, which itself contains several cryptographic 262 262 sub-units. One set provides the Modular Arithmetic Unit, ··· 357 357 depends on ARCH_OMAP2PLUS 358 358 help 359 359 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. 361 361 362 362 if CRYPTO_DEV_OMAP 363 363 ··· 639 639 Generator hardware found on Qualcomm SoCs. 640 640 641 641 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. 643 643 644 644 config CRYPTO_DEV_VMX 645 645 bool "Support for VMX cryptographic acceleration instructions"
+7 -7
drivers/crypto/caam/Kconfig
··· 130 130 scatterlist crypto API to the SEC4 via job ring. 131 131 132 132 config 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. 140 140 141 141 config CRYPTO_DEV_FSL_CAAM_RNG_API 142 142 bool "Register caam device for hwrng API"
+15 -15
drivers/crypto/chelsio/Kconfig
··· 23 23 will be called chcr. 24 24 25 25 config 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 28 28 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. 34 34 35 35 config 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. 42 42 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.
+3 -3
drivers/crypto/stm32/Kconfig
··· 4 4 depends on ARCH_STM32 5 5 select CRYPTO_HASH 6 6 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 8 8 on STMicroelectronics STM32 SOC. 9 9 10 10 config CRYPTO_DEV_STM32_HASH ··· 17 17 select CRYPTO_SHA256 18 18 select CRYPTO_ENGINE 19 19 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 21 21 on STMicroelectronics STM32 SOC. 22 22 23 23 config CRYPTO_DEV_STM32_CRYP ··· 27 27 select CRYPTO_ENGINE 28 28 select CRYPTO_LIB_DES 29 29 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 31 31 can be found on STMicroelectronics STM32 SOC.
+8 -8
drivers/crypto/ux500/Kconfig
··· 11 11 select CRYPTO_SKCIPHER 12 12 select CRYPTO_LIB_DES 13 13 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. 16 16 17 17 config 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 21 21 select CRYPTO_SHA1 22 22 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. 26 26 27 27 config CRYPTO_DEV_UX500_DEBUG 28 28 bool "Activate ux500 platform debug-mode for crypto and hash block"