Kconfig (51b44fc81178136bca88565dad07c067c8dc51da) | Kconfig (f63601fd616ab370774fa00ea10bcaaa9e48e84c) |
---|---|
1 2menuconfig CRYPTO_HW 3 bool "Hardware crypto devices" 4 default y 5 ---help--- 6 Say Y here to get to see options for hardware crypto devices and 7 processors. This option alone does not add any kernel code. 8 --- 159 unchanged lines hidden (view full) --- 168 select SRAM 169 help 170 This driver allows you to utilize the Cryptographic Engines and 171 Security Accelerator (CESA) which can be found on the Marvell Orion 172 and Kirkwood SoCs, such as QNAP's TS-209. 173 174 Currently the driver supports AES in ECB and CBC mode without DMA. 175 | 1 2menuconfig CRYPTO_HW 3 bool "Hardware crypto devices" 4 default y 5 ---help--- 6 Say Y here to get to see options for hardware crypto devices and 7 processors. This option alone does not add any kernel code. 8 --- 159 unchanged lines hidden (view full) --- 168 select SRAM 169 help 170 This driver allows you to utilize the Cryptographic Engines and 171 Security Accelerator (CESA) which can be found on the Marvell Orion 172 and Kirkwood SoCs, such as QNAP's TS-209. 173 174 Currently the driver supports AES in ECB and CBC mode without DMA. 175 |
176config CRYPTO_DEV_MARVELL_CESA 177 tristate "New Marvell's Cryptographic Engine driver" 178 depends on (PLAT_ORION || ARCH_MVEBU || COMPILE_TEST) && HAS_DMA && HAS_IOMEM 179 select CRYPTO_AES 180 select CRYPTO_DES 181 select CRYPTO_BLKCIPHER 182 select CRYPTO_HASH 183 select SRAM 184 help 185 This driver allows you to utilize the Cryptographic Engines and 186 Security Accelerator (CESA) which can be found on the Armada 370. 187 188 This driver is aimed at replacing the mv_cesa driver. This will only 189 happen once it has received proper testing. 190 |
|
176config CRYPTO_DEV_NIAGARA2 177 tristate "Niagara2 Stream Processing Unit driver" 178 select CRYPTO_DES 179 select CRYPTO_BLKCIPHER 180 select CRYPTO_HASH 181 depends on SPARC64 182 help 183 Each core of a Niagara2 processor contains a Stream --- 284 unchanged lines hidden --- | 191config CRYPTO_DEV_NIAGARA2 192 tristate "Niagara2 Stream Processing Unit driver" 193 select CRYPTO_DES 194 select CRYPTO_BLKCIPHER 195 select CRYPTO_HASH 196 depends on SPARC64 197 help 198 Each core of a Niagara2 processor contains a Stream --- 284 unchanged lines hidden --- |