Kconfig (0aa6ac7795cab3d8bcf3209d77459d595f4843da) Kconfig (007c3ff11f38d83cc95b0f402e432cbf484e3c31)
1# SPDX-License-Identifier: GPL-2.0
2config CRYPTO_DEV_FSL_CAAM_COMMON
3 tristate
4
5config CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC
6 tristate
7
8config CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC

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

146 bool "Register caam device for hwrng API"
147 default y
148 select CRYPTO_RNG
149 select HW_RANDOM
150 help
151 Selecting this will register the SEC4 hardware rng to
152 the hw_random API for supplying the kernel entropy pool.
153
1# SPDX-License-Identifier: GPL-2.0
2config CRYPTO_DEV_FSL_CAAM_COMMON
3 tristate
4
5config CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC
6 tristate
7
8config CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC

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

146 bool "Register caam device for hwrng API"
147 default y
148 select CRYPTO_RNG
149 select HW_RANDOM
150 help
151 Selecting this will register the SEC4 hardware rng to
152 the hw_random API for supplying the kernel entropy pool.
153
154config CRYPTO_DEV_FSL_CAAM_PRNG_API
155 bool "Register Pseudo random number generation implementation with Crypto API"
156 default y
157 select CRYPTO_RNG
158 help
159 Selecting this will register the SEC hardware prng to
160 the Crypto API.
154config CRYPTO_DEV_FSL_CAAM_BLOB_GEN
155 bool
161
162endif # CRYPTO_DEV_FSL_CAAM_JR
163
164endif # CRYPTO_DEV_FSL_CAAM
165
166config CRYPTO_DEV_FSL_DPAA2_CAAM
167 tristate "QorIQ DPAA2 CAAM (DPSECI) driver"
168 depends on FSL_MC_DPIO

--- 17 unchanged lines hidden ---
156
157endif # CRYPTO_DEV_FSL_CAAM_JR
158
159endif # CRYPTO_DEV_FSL_CAAM
160
161config CRYPTO_DEV_FSL_DPAA2_CAAM
162 tristate "QorIQ DPAA2 CAAM (DPSECI) driver"
163 depends on FSL_MC_DPIO

--- 17 unchanged lines hidden ---