Kconfig (350cdfeba888c21341ad2989c5930a2708def579) | Kconfig (6c3af955935223217f23ef0ae672d3842418ec50) |
---|---|
1config CRYPTO_DEV_FSL_CAAM 2 tristate "Freescale CAAM-Multicore driver backend" 3 depends on FSL_SOC || ARCH_MXC 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 --- 98 unchanged lines hidden (view full) --- 107 select HW_RANDOM 108 help 109 Selecting this will register the SEC4 hardware rng to 110 the hw_random API for suppying the kernel entropy pool. 111 112 To compile this as a module, choose M here: the module 113 will be called caamrng. 114 | 1config CRYPTO_DEV_FSL_CAAM 2 tristate "Freescale CAAM-Multicore driver backend" 3 depends on FSL_SOC || ARCH_MXC 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 --- 98 unchanged lines hidden (view full) --- 107 select HW_RANDOM 108 help 109 Selecting this will register the SEC4 hardware rng to 110 the hw_random API for suppying the kernel entropy pool. 111 112 To compile this as a module, choose M here: the module 113 will be called caamrng. 114 |
115config CRYPTO_DEV_FSL_CAAM_IMX 116 def_bool SOC_IMX6 || SOC_IMX7D 117 depends on CRYPTO_DEV_FSL_CAAM 118 119config CRYPTO_DEV_FSL_CAAM_LE 120 def_bool CRYPTO_DEV_FSL_CAAM_IMX || SOC_LS1021A 121 depends on CRYPTO_DEV_FSL_CAAM 122 |
|
115config CRYPTO_DEV_FSL_CAAM_DEBUG 116 bool "Enable debug output in CAAM driver" 117 depends on CRYPTO_DEV_FSL_CAAM 118 help 119 Selecting this will enable printing of various debug 120 information in the CAAM driver. | 123config CRYPTO_DEV_FSL_CAAM_DEBUG 124 bool "Enable debug output in CAAM driver" 125 depends on CRYPTO_DEV_FSL_CAAM 126 help 127 Selecting this will enable printing of various debug 128 information in the CAAM driver. |