Kconfig (191db1ceb88264eea441648a63475538c5050461) | Kconfig (4c3f97276e156820a0433bf7b59a4df1100829ae) |
---|---|
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 --- 716 unchanged lines hidden (view full) --- 725 select CRYPTO_SHA256 726 select CRYPTO_SHA512 727 help 728 Enables the driver for the on-chip crypto accelerator 729 of Axis ARTPEC SoCs. 730 731 To compile this driver as a module, choose M here. 732 | 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 --- 716 unchanged lines hidden (view full) --- 725 select CRYPTO_SHA256 726 select CRYPTO_SHA512 727 help 728 Enables the driver for the on-chip crypto accelerator 729 of Axis ARTPEC SoCs. 730 731 To compile this driver as a module, choose M here. 732 |
733config CRYPTO_DEV_CCREE 734 tristate "Support for ARM TrustZone CryptoCell family of security processors" 735 depends on CRYPTO && CRYPTO_HW && OF && HAS_DMA 736 default n 737 select CRYPTO_HASH 738 select CRYPTO_BLKCIPHER 739 select CRYPTO_DES 740 select CRYPTO_AEAD 741 select CRYPTO_AUTHENC 742 select CRYPTO_SHA1 743 select CRYPTO_MD5 744 select CRYPTO_SHA256 745 select CRYPTO_SHA512 746 select CRYPTO_HMAC 747 select CRYPTO_AES 748 select CRYPTO_CBC 749 select CRYPTO_ECB 750 select CRYPTO_CTR 751 select CRYPTO_XTS 752 help 753 Say 'Y' to enable a driver for the Arm TrustZone CryptoCell 754 family of processors. Currently only the CryptoCell 712 REE 755 is supported. 756 Choose this if you wish to use hardware acceleration of 757 cryptographic operations on the system REE. 758 If unsure say Y. 759 |
|
733endif # CRYPTO_HW | 760endif # CRYPTO_HW |