Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | Kconfig (0aa6ac7795cab3d8bcf3209d77459d595f4843da) |
---|---|
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. 161 |
|
154endif # CRYPTO_DEV_FSL_CAAM_JR 155 156endif # CRYPTO_DEV_FSL_CAAM 157 158config CRYPTO_DEV_FSL_DPAA2_CAAM 159 tristate "QorIQ DPAA2 CAAM (DPSECI) driver" 160 depends on FSL_MC_DPIO 161 depends on NETDEVICES --- 16 unchanged lines hidden --- | 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 169 depends on NETDEVICES --- 16 unchanged lines hidden --- |