Kconfig (1136fa0c07de570dc17858745af8be169d1440ba) | Kconfig (7ecc3e34474b7055994314ab6cff75eac7d03b71) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig CRYPTO_HW 4 bool "Hardware crypto devices" 5 default y 6 help 7 Say Y here to get to see options for hardware crypto devices and 8 processors. This option alone does not add any kernel code. --- 794 unchanged lines hidden (view full) --- 803 select CRYPTO_ENGINE 804 select CRYPTO_AEAD 805 help 806 Xilinx ZynqMP has AES-GCM engine used for symmetric key 807 encryption and decryption. This driver interfaces with AES hw 808 accelerator. Select this if you want to use the ZynqMP module 809 for AES algorithms. 810 | 1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig CRYPTO_HW 4 bool "Hardware crypto devices" 5 default y 6 help 7 Say Y here to get to see options for hardware crypto devices and 8 processors. This option alone does not add any kernel code. --- 794 unchanged lines hidden (view full) --- 803 select CRYPTO_ENGINE 804 select CRYPTO_AEAD 805 help 806 Xilinx ZynqMP has AES-GCM engine used for symmetric key 807 encryption and decryption. This driver interfaces with AES hw 808 accelerator. Select this if you want to use the ZynqMP module 809 for AES algorithms. 810 |
811config CRYPTO_DEV_ZYNQMP_SHA3 812 bool "Support for Xilinx ZynqMP SHA3 hardware accelerator" 813 depends on ARCH_ZYNQMP 814 select CRYPTO_SHA3 815 help 816 Xilinx ZynqMP has SHA3 engine used for secure hash calculation. 817 This driver interfaces with SHA3 hardware engine. 818 Select this if you want to use the ZynqMP module 819 for SHA3 hash computation. 820 |
|
811source "drivers/crypto/chelsio/Kconfig" 812 813source "drivers/crypto/virtio/Kconfig" 814 815config CRYPTO_DEV_BCM_SPU 816 tristate "Broadcom symmetric crypto/hash acceleration support" 817 depends on ARCH_BCM_IPROC 818 depends on MAILBOX --- 109 unchanged lines hidden --- | 821source "drivers/crypto/chelsio/Kconfig" 822 823source "drivers/crypto/virtio/Kconfig" 824 825config CRYPTO_DEV_BCM_SPU 826 tristate "Broadcom symmetric crypto/hash acceleration support" 827 depends on ARCH_BCM_IPROC 828 depends on MAILBOX --- 109 unchanged lines hidden --- |