Kconfig (746f069038961e8a72780c0625acc8accafd28fe) | Kconfig (8cea7b66b821fd914aa26a2af156604f9ef5f709) |
---|---|
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 --- 120 unchanged lines hidden (view full) --- 129 depends on CRYPTO_DEV_FSL_CAAM 130 131config CRYPTO_DEV_FSL_CAAM_DEBUG 132 bool "Enable debug output in CAAM driver" 133 depends on CRYPTO_DEV_FSL_CAAM 134 help 135 Selecting this will enable printing of various debug 136 information in the CAAM driver. | 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 --- 120 unchanged lines hidden (view full) --- 129 depends on CRYPTO_DEV_FSL_CAAM 130 131config CRYPTO_DEV_FSL_CAAM_DEBUG 132 bool "Enable debug output in CAAM driver" 133 depends on CRYPTO_DEV_FSL_CAAM 134 help 135 Selecting this will enable printing of various debug 136 information in the CAAM driver. |
137 138config CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC 139 def_bool CRYPTO_DEV_FSL_CAAM_CRYPTO_API |
|