Kconfig (cdd5b5a9761fd66d17586e4f4ba6588c70e640ea) | Kconfig (beba3771d9e049dd552ce42a31f263e098392407) |
---|---|
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 9 tristate 10 11config CRYPTO_DEV_FSL_CAAM 12 tristate "Freescale CAAM-Multicore platform driver backend" | 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 9 tristate 10 11config CRYPTO_DEV_FSL_CAAM 12 tristate "Freescale CAAM-Multicore platform driver backend" |
13 depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE | 13 depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE || COMPILE_TEST |
14 select SOC_BUS 15 select CRYPTO_DEV_FSL_CAAM_COMMON 16 imply FSL_MC_BUS 17 help 18 Enables the driver module for Freescale's Cryptographic Accelerator 19 and Assurance Module (CAAM), also known as the SEC version 4 (SEC4). 20 This module creates job ring devices, and configures h/w 21 to operate as a DPAA component automatically, depending --- 176 unchanged lines hidden --- | 14 select SOC_BUS 15 select CRYPTO_DEV_FSL_CAAM_COMMON 16 imply FSL_MC_BUS 17 help 18 Enables the driver module for Freescale's Cryptographic Accelerator 19 and Assurance Module (CAAM), also known as the SEC version 4 (SEC4). 20 This module creates job ring devices, and configures h/w 21 to operate as a DPAA component automatically, depending --- 176 unchanged lines hidden --- |