Kconfig (9e217795e08a0b0f06afd121401180d756eb1b54) Kconfig (8c419778ab57e497b5de1352aa39dbe2efb3ed54)
1config CRYPTO_DEV_FSL_CAAM
2 tristate "Freescale CAAM-Multicore driver backend"
3 depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE
4 help
5 Enables the driver module for Freescale's Cryptographic Accelerator
6 and Assurance Module (CAAM), also known as the SEC version 4 (SEC4).
7 This module creates job ring devices, and configures h/w
8 to operate as a DPAA component automatically, depending

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

94 select CRYPTO_HASH
95 help
96 Selecting this will offload ahash for users of the
97 scatterlist crypto API to the SEC4 via job ring.
98
99 To compile this as a module, choose M here: the module
100 will be called caamhash.
101
1config CRYPTO_DEV_FSL_CAAM
2 tristate "Freescale CAAM-Multicore driver backend"
3 depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE
4 help
5 Enables the driver module for Freescale's Cryptographic Accelerator
6 and Assurance Module (CAAM), also known as the SEC version 4 (SEC4).
7 This module creates job ring devices, and configures h/w
8 to operate as a DPAA component automatically, depending

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

94 select CRYPTO_HASH
95 help
96 Selecting this will offload ahash for users of the
97 scatterlist crypto API to the SEC4 via job ring.
98
99 To compile this as a module, choose M here: the module
100 will be called caamhash.
101
102config CRYPTO_DEV_FSL_CAAM_PKC_API
103 tristate "Register public key cryptography implementations with Crypto API"
104 depends on CRYPTO_DEV_FSL_CAAM && CRYPTO_DEV_FSL_CAAM_JR
105 default y
106 select CRYPTO_RSA
107 help
108 Selecting this will allow SEC Public key support for RSA.
109 Supported cryptographic primitives: encryption, decryption,
110 signature and verification.
111 To compile this as a module, choose M here: the module
112 will be called caam_pkc.
113
102config CRYPTO_DEV_FSL_CAAM_RNG_API
103 tristate "Register caam device for hwrng API"
104 depends on CRYPTO_DEV_FSL_CAAM && CRYPTO_DEV_FSL_CAAM_JR
105 default y
106 select CRYPTO_RNG
107 select HW_RANDOM
108 help
109 Selecting this will register the SEC4 hardware rng to

--- 15 unchanged lines hidden ---
114config CRYPTO_DEV_FSL_CAAM_RNG_API
115 tristate "Register caam device for hwrng API"
116 depends on CRYPTO_DEV_FSL_CAAM && CRYPTO_DEV_FSL_CAAM_JR
117 default y
118 select CRYPTO_RNG
119 select HW_RANDOM
120 help
121 Selecting this will register the SEC4 hardware rng to

--- 15 unchanged lines hidden ---