Kconfig (9c4a79653b35efc9d6790c295e22f79f4b361125) | Kconfig (81bef0150074d677d8cbd4e971a8ce6c9746a1fc) |
---|---|
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 --- 176 unchanged lines hidden (view full) --- 185 to offload cryptographic algorithm computation. 186 187 The Freescale SEC is present on PowerQUICC 'E' processors, such 188 as the MPC8349E and MPC8548E. 189 190 To compile this driver as a module, choose M here: the module 191 will be called talitos. 192 | 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 --- 176 unchanged lines hidden (view full) --- 185 to offload cryptographic algorithm computation. 186 187 The Freescale SEC is present on PowerQUICC 'E' processors, such 188 as the MPC8349E and MPC8548E. 189 190 To compile this driver as a module, choose M here: the module 191 will be called talitos. 192 |
193config CRYPTO_DEV_IXP4XX 194 tristate "Driver for IXP4xx crypto hardware acceleration" 195 depends on ARCH_IXP4XX 196 select CRYPTO_DES 197 select CRYPTO_ALGAPI 198 select CRYPTO_BLKCIPHER 199 help 200 Driver for the IXP4xx NPE crypto engine. 201 |
|
193endif # CRYPTO_HW | 202endif # CRYPTO_HW |