Kconfig (6548698f929814375fa5d62ae1db96959b0418c1) | Kconfig (8628e7c89075834fc7b44629d09ff4f9043af114) |
---|---|
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 --- 208 unchanged lines hidden (view full) --- 217 tristate "Driver AMCC PPC4xx crypto accelerator" 218 depends on PPC && 4xx 219 select CRYPTO_HASH 220 select CRYPTO_ALGAPI 221 select CRYPTO_BLKCIPHER 222 help 223 This option allows you to have support for AMCC crypto acceleration. 224 | 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 --- 208 unchanged lines hidden (view full) --- 217 tristate "Driver AMCC PPC4xx crypto accelerator" 218 depends on PPC && 4xx 219 select CRYPTO_HASH 220 select CRYPTO_ALGAPI 221 select CRYPTO_BLKCIPHER 222 help 223 This option allows you to have support for AMCC crypto acceleration. 224 |
225config CRYPTO_DEV_OMAP_SHAM 226 tristate "Support for OMAP SHA1/MD5 hw accelerator" 227 depends on ARCH_OMAP2 || ARCH_OMAP3 228 select CRYPTO_SHA1 229 select CRYPTO_MD5 230 help 231 OMAP processors have SHA1/MD5 hw accelerator. Select this if you 232 want to use the OMAP module for SHA1/MD5 algorithms. 233 |
|
225endif # CRYPTO_HW | 234endif # CRYPTO_HW |