Commit 2452cfdf authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Herbert Xu

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarHoria Geantă <horia.geanta@nxp.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1e02e6fb
...@@ -248,15 +248,15 @@ config CRYPTO_DEV_MARVELL_CESA ...@@ -248,15 +248,15 @@ config CRYPTO_DEV_MARVELL_CESA
This driver supports CPU offload through DMA transfers. This driver supports CPU offload through DMA transfers.
config CRYPTO_DEV_NIAGARA2 config CRYPTO_DEV_NIAGARA2
tristate "Niagara2 Stream Processing Unit driver" tristate "Niagara2 Stream Processing Unit driver"
select CRYPTO_LIB_DES select CRYPTO_LIB_DES
select CRYPTO_SKCIPHER select CRYPTO_SKCIPHER
select CRYPTO_HASH select CRYPTO_HASH
select CRYPTO_MD5 select CRYPTO_MD5
select CRYPTO_SHA1 select CRYPTO_SHA1
select CRYPTO_SHA256 select CRYPTO_SHA256
depends on SPARC64 depends on SPARC64
help help
Each core of a Niagara2 processor contains a Stream Each core of a Niagara2 processor contains a Stream
Processing Unit, which itself contains several cryptographic Processing Unit, which itself contains several cryptographic
sub-units. One set provides the Modular Arithmetic Unit, sub-units. One set provides the Modular Arithmetic Unit,
...@@ -357,7 +357,7 @@ config CRYPTO_DEV_OMAP ...@@ -357,7 +357,7 @@ config CRYPTO_DEV_OMAP
depends on ARCH_OMAP2PLUS depends on ARCH_OMAP2PLUS
help help
OMAP processors have various crypto HW accelerators. Select this if OMAP processors have various crypto HW accelerators. Select this if
you want to use the OMAP modules for any of the crypto algorithms. you want to use the OMAP modules for any of the crypto algorithms.
if CRYPTO_DEV_OMAP if CRYPTO_DEV_OMAP
...@@ -639,7 +639,7 @@ config CRYPTO_DEV_QCOM_RNG ...@@ -639,7 +639,7 @@ config CRYPTO_DEV_QCOM_RNG
Generator hardware found on Qualcomm SoCs. Generator hardware found on Qualcomm SoCs.
To compile this driver as a module, choose M here. The To compile this driver as a module, choose M here. The
module will be called qcom-rng. If unsure, say N. module will be called qcom-rng. If unsure, say N.
config CRYPTO_DEV_VMX config CRYPTO_DEV_VMX
bool "Support for VMX cryptographic acceleration instructions" bool "Support for VMX cryptographic acceleration instructions"
......
...@@ -130,13 +130,13 @@ config CRYPTO_DEV_FSL_CAAM_AHASH_API ...@@ -130,13 +130,13 @@ config CRYPTO_DEV_FSL_CAAM_AHASH_API
scatterlist crypto API to the SEC4 via job ring. scatterlist crypto API to the SEC4 via job ring.
config CRYPTO_DEV_FSL_CAAM_PKC_API config CRYPTO_DEV_FSL_CAAM_PKC_API
bool "Register public key cryptography implementations with Crypto API" bool "Register public key cryptography implementations with Crypto API"
default y default y
select CRYPTO_RSA select CRYPTO_RSA
help help
Selecting this will allow SEC Public key support for RSA. Selecting this will allow SEC Public key support for RSA.
Supported cryptographic primitives: encryption, decryption, Supported cryptographic primitives: encryption, decryption,
signature and verification. signature and verification.
config CRYPTO_DEV_FSL_CAAM_RNG_API config CRYPTO_DEV_FSL_CAAM_RNG_API
bool "Register caam device for hwrng API" bool "Register caam device for hwrng API"
......
...@@ -23,22 +23,22 @@ config CRYPTO_DEV_CHELSIO ...@@ -23,22 +23,22 @@ config CRYPTO_DEV_CHELSIO
will be called chcr. will be called chcr.
config CHELSIO_IPSEC_INLINE config CHELSIO_IPSEC_INLINE
bool "Chelsio IPSec XFRM Tx crypto offload" bool "Chelsio IPSec XFRM Tx crypto offload"
depends on CHELSIO_T4 depends on CHELSIO_T4
depends on CRYPTO_DEV_CHELSIO depends on CRYPTO_DEV_CHELSIO
depends on XFRM_OFFLOAD depends on XFRM_OFFLOAD
depends on INET_ESP_OFFLOAD || INET6_ESP_OFFLOAD depends on INET_ESP_OFFLOAD || INET6_ESP_OFFLOAD
default n default n
---help--- ---help---
Enable support for IPSec Tx Inline. Enable support for IPSec Tx Inline.
config CRYPTO_DEV_CHELSIO_TLS config CRYPTO_DEV_CHELSIO_TLS
tristate "Chelsio Crypto Inline TLS Driver" tristate "Chelsio Crypto Inline TLS Driver"
depends on CHELSIO_T4 depends on CHELSIO_T4
depends on TLS_TOE depends on TLS_TOE
select CRYPTO_DEV_CHELSIO select CRYPTO_DEV_CHELSIO
---help--- ---help---
Support Chelsio Inline TLS with Chelsio crypto accelerator. Support Chelsio Inline TLS with Chelsio crypto accelerator.
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called chtls. will be called chtls.
...@@ -4,7 +4,7 @@ config CRYPTO_DEV_STM32_CRC ...@@ -4,7 +4,7 @@ config CRYPTO_DEV_STM32_CRC
depends on ARCH_STM32 depends on ARCH_STM32
select CRYPTO_HASH select CRYPTO_HASH
help help
This enables support for the CRC32 hw accelerator which can be found This enables support for the CRC32 hw accelerator which can be found
on STMicroelectronics STM32 SOC. on STMicroelectronics STM32 SOC.
config CRYPTO_DEV_STM32_HASH config CRYPTO_DEV_STM32_HASH
...@@ -17,7 +17,7 @@ config CRYPTO_DEV_STM32_HASH ...@@ -17,7 +17,7 @@ config CRYPTO_DEV_STM32_HASH
select CRYPTO_SHA256 select CRYPTO_SHA256
select CRYPTO_ENGINE select CRYPTO_ENGINE
help help
This enables support for the HASH hw accelerator which can be found This enables support for the HASH hw accelerator which can be found
on STMicroelectronics STM32 SOC. on STMicroelectronics STM32 SOC.
config CRYPTO_DEV_STM32_CRYP config CRYPTO_DEV_STM32_CRYP
...@@ -27,5 +27,5 @@ config CRYPTO_DEV_STM32_CRYP ...@@ -27,5 +27,5 @@ config CRYPTO_DEV_STM32_CRYP
select CRYPTO_ENGINE select CRYPTO_ENGINE
select CRYPTO_LIB_DES select CRYPTO_LIB_DES
help help
This enables support for the CRYP (AES/DES/TDES) hw accelerator which This enables support for the CRYP (AES/DES/TDES) hw accelerator which
can be found on STMicroelectronics STM32 SOC. can be found on STMicroelectronics STM32 SOC.
...@@ -11,18 +11,18 @@ config CRYPTO_DEV_UX500_CRYP ...@@ -11,18 +11,18 @@ config CRYPTO_DEV_UX500_CRYP
select CRYPTO_SKCIPHER select CRYPTO_SKCIPHER
select CRYPTO_LIB_DES select CRYPTO_LIB_DES
help help
This selects the crypto driver for the UX500_CRYP hardware. It supports This selects the crypto driver for the UX500_CRYP hardware. It supports
AES-ECB, CBC and CTR with keys sizes of 128, 192 and 256 bit sizes. AES-ECB, CBC and CTR with keys sizes of 128, 192 and 256 bit sizes.
config CRYPTO_DEV_UX500_HASH config CRYPTO_DEV_UX500_HASH
tristate "UX500 crypto driver for HASH block" tristate "UX500 crypto driver for HASH block"
depends on CRYPTO_DEV_UX500 depends on CRYPTO_DEV_UX500
select CRYPTO_HASH select CRYPTO_HASH
select CRYPTO_SHA1 select CRYPTO_SHA1
select CRYPTO_SHA256 select CRYPTO_SHA256
help help
This selects the hash driver for the UX500_HASH hardware. This selects the hash driver for the UX500_HASH hardware.
Depends on UX500/STM DMA if running in DMA mode. Depends on UX500/STM DMA if running in DMA mode.
config CRYPTO_DEV_UX500_DEBUG config CRYPTO_DEV_UX500_DEBUG
bool "Activate ux500 platform debug-mode for crypto and hash block" bool "Activate ux500 platform debug-mode for crypto and hash block"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment