Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (bfd927ffa219ac81082b2dcc61a1c4037869befc) |
---|---|
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 --- 282 unchanged lines hidden (view full) --- 291 OMAP processors have MD5/SHA1/SHA2 hw accelerator. Select this if you 292 want to use the OMAP module for MD5/SHA1/SHA2 algorithms. 293 294config CRYPTO_DEV_OMAP_AES 295 tristate "Support for OMAP AES hw engine" 296 depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP2PLUS 297 select CRYPTO_AES 298 select CRYPTO_BLKCIPHER | 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 --- 282 unchanged lines hidden (view full) --- 291 OMAP processors have MD5/SHA1/SHA2 hw accelerator. Select this if you 292 want to use the OMAP module for MD5/SHA1/SHA2 algorithms. 293 294config CRYPTO_DEV_OMAP_AES 295 tristate "Support for OMAP AES hw engine" 296 depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP2PLUS 297 select CRYPTO_AES 298 select CRYPTO_BLKCIPHER |
299 select CRYPTO_ENGINE |
|
299 help 300 OMAP processors have AES module accelerator. Select this if you 301 want to use the OMAP module for AES algorithms. 302 303config CRYPTO_DEV_OMAP_DES 304 tristate "Support for OMAP DES3DES hw engine" 305 depends on ARCH_OMAP2PLUS 306 select CRYPTO_DES --- 175 unchanged lines hidden (view full) --- 482 select CRYPTO_HASH 483 help 484 This driver interfaces with the Imagination Technologies 485 hardware hash accelerator. Supporting MD5/SHA1/SHA224/SHA256 486 hashing algorithms. 487 488config CRYPTO_DEV_SUN4I_SS 489 tristate "Support for Allwinner Security System cryptographic accelerator" | 300 help 301 OMAP processors have AES module accelerator. Select this if you 302 want to use the OMAP module for AES algorithms. 303 304config CRYPTO_DEV_OMAP_DES 305 tristate "Support for OMAP DES3DES hw engine" 306 depends on ARCH_OMAP2PLUS 307 select CRYPTO_DES --- 175 unchanged lines hidden (view full) --- 483 select CRYPTO_HASH 484 help 485 This driver interfaces with the Imagination Technologies 486 hardware hash accelerator. Supporting MD5/SHA1/SHA224/SHA256 487 hashing algorithms. 488 489config CRYPTO_DEV_SUN4I_SS 490 tristate "Support for Allwinner Security System cryptographic accelerator" |
490 depends on ARCH_SUNXI | 491 depends on ARCH_SUNXI && !64BIT |
491 select CRYPTO_MD5 492 select CRYPTO_SHA1 493 select CRYPTO_AES 494 select CRYPTO_DES 495 select CRYPTO_BLKCIPHER 496 help 497 Some Allwinner SoC have a crypto accelerator named 498 Security System. Select this if you want to use it. 499 The Security System handle AES/DES/3DES ciphers in CBC mode 500 and SHA1 and MD5 hash algorithms. 501 502 To compile this driver as a module, choose M here: the module 503 will be called sun4i-ss. 504 505config CRYPTO_DEV_ROCKCHIP 506 tristate "Rockchip's Cryptographic Engine driver" 507 depends on OF && ARCH_ROCKCHIP 508 select CRYPTO_AES 509 select CRYPTO_DES | 492 select CRYPTO_MD5 493 select CRYPTO_SHA1 494 select CRYPTO_AES 495 select CRYPTO_DES 496 select CRYPTO_BLKCIPHER 497 help 498 Some Allwinner SoC have a crypto accelerator named 499 Security System. Select this if you want to use it. 500 The Security System handle AES/DES/3DES ciphers in CBC mode 501 and SHA1 and MD5 hash algorithms. 502 503 To compile this driver as a module, choose M here: the module 504 will be called sun4i-ss. 505 506config CRYPTO_DEV_ROCKCHIP 507 tristate "Rockchip's Cryptographic Engine driver" 508 depends on OF && ARCH_ROCKCHIP 509 select CRYPTO_AES 510 select CRYPTO_DES |
511 select CRYPTO_MD5 512 select CRYPTO_SHA1 513 select CRYPTO_SHA256 514 select CRYPTO_HASH |
|
510 select CRYPTO_BLKCIPHER 511 512 help 513 This driver interfaces with the hardware crypto accelerator. 514 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode. 515 516endif # CRYPTO_HW | 515 select CRYPTO_BLKCIPHER 516 517 help 518 This driver interfaces with the hardware crypto accelerator. 519 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode. 520 521endif # CRYPTO_HW |