Kconfig (9d9b14dbe077c8704d8c3546e38820d35aff2d35) Kconfig (83e8aa9121380b23ebae6e413962fa2a7b52cf92)
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

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

110config CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI
111 bool "Queue Interface as Crypto API backend"
112 depends on FSL_DPAA && NET
113 default y
114 select CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC
115 select CRYPTO_AUTHENC
116 select CRYPTO_SKCIPHER
117 select CRYPTO_DES
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

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

110config CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI
111 bool "Queue Interface as Crypto API backend"
112 depends on FSL_DPAA && NET
113 default y
114 select CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC
115 select CRYPTO_AUTHENC
116 select CRYPTO_SKCIPHER
117 select CRYPTO_DES
118 select CRYPTO_XTS
118 help
119 Selecting this will use CAAM Queue Interface (QI) for sending
120 & receiving crypto jobs to/from CAAM. This gives better performance
121 than job ring interface when the number of cores are more than the
122 number of job rings assigned to the kernel. The number of portals
123 assigned to the kernel should also be more than the number of
124 job rings.
125

--- 50 unchanged lines hidden ---
119 help
120 Selecting this will use CAAM Queue Interface (QI) for sending
121 & receiving crypto jobs to/from CAAM. This gives better performance
122 than job ring interface when the number of cores are more than the
123 number of job rings assigned to the kernel. The number of portals
124 assigned to the kernel should also be more than the number of
125 job rings.
126

--- 50 unchanged lines hidden ---