Kconfig (62ad8b5c09641d385a0bfdb58b5e0eb7f3c5015e) | Kconfig (9d12ba86f818aa9cfe9f01b750336aa441f2ffa2) |
---|---|
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 --- 573 unchanged lines hidden (view full) --- 582 This driver allows you to utilize the hardware crypto accelerator 583 EIP97 which can be found on the MT7623 MT2701, MT8521p, etc .... 584 Select this if you want to use it for AES/SHA1/SHA2 algorithms. 585 586source "drivers/crypto/chelsio/Kconfig" 587 588source "drivers/crypto/virtio/Kconfig" 589 | 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 --- 573 unchanged lines hidden (view full) --- 582 This driver allows you to utilize the hardware crypto accelerator 583 EIP97 which can be found on the MT7623 MT2701, MT8521p, etc .... 584 Select this if you want to use it for AES/SHA1/SHA2 algorithms. 585 586source "drivers/crypto/chelsio/Kconfig" 587 588source "drivers/crypto/virtio/Kconfig" 589 |
590config CRYPTO_DEV_BCM_SPU 591 tristate "Broadcom symmetric crypto/hash acceleration support" 592 depends on ARCH_BCM_IPROC 593 depends on BCM_PDC_MBOX 594 default m 595 select CRYPTO_DES 596 select CRYPTO_MD5 597 select CRYPTO_SHA1 598 select CRYPTO_SHA256 599 select CRYPTO_SHA512 600 help 601 This driver provides support for Broadcom crypto acceleration using the 602 Secure Processing Unit (SPU). The SPU driver registers ablkcipher, 603 ahash, and aead algorithms with the kernel cryptographic API. 604 |
|
590endif # CRYPTO_HW | 605endif # CRYPTO_HW |