Skip to content

Commit 2452cfd

Browse files
krzkherbertx
authored andcommitted
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 <[email protected]> Reviewed-by: Horia Geantă <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 1e02e6f commit 2452cfd

File tree

5 files changed

+44
-44
lines changed

5 files changed

+44
-44
lines changed

drivers/crypto/Kconfig

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,15 @@ config CRYPTO_DEV_MARVELL_CESA
248248
This driver supports CPU offload through DMA transfers.
249249

250250
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
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

362362
if 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

644644
config CRYPTO_DEV_VMX
645645
bool "Support for VMX cryptographic acceleration instructions"

drivers/crypto/caam/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ config CRYPTO_DEV_FSL_CAAM_AHASH_API
130130
scatterlist crypto API to the SEC4 via job ring.
131131

132132
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.
140140

141141
config CRYPTO_DEV_FSL_CAAM_RNG_API
142142
bool "Register caam device for hwrng API"

drivers/crypto/chelsio/Kconfig

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ config CRYPTO_DEV_CHELSIO
2323
will be called chcr.
2424

2525
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
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

3535
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.
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.

drivers/crypto/stm32/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1010
config 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

2323
config 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.

drivers/crypto/ux500/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

1717
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
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

2727
config CRYPTO_DEV_UX500_DEBUG
2828
bool "Activate ux500 platform debug-mode for crypto and hash block"

0 commit comments

Comments
 (0)