Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14-rc5 25 lines 729 B view raw
1config CRYPTO_DEV_CCREE 2 tristate "Support for ARM TrustZone CryptoCell C7XX family of Crypto accelerators" 3 depends on CRYPTO && CRYPTO_HW && OF && HAS_DMA 4 default n 5 select CRYPTO_HASH 6 select CRYPTO_BLKCIPHER 7 select CRYPTO_DES 8 select CRYPTO_AEAD 9 select CRYPTO_AUTHENC 10 select CRYPTO_SHA1 11 select CRYPTO_MD5 12 select CRYPTO_SHA256 13 select CRYPTO_SHA512 14 select CRYPTO_HMAC 15 select CRYPTO_AES 16 select CRYPTO_CBC 17 select CRYPTO_ECB 18 select CRYPTO_CTR 19 select CRYPTO_XTS 20 help 21 Say 'Y' to enable a driver for the Arm TrustZone CryptoCell 22 C7xx. Currently only the CryptoCell 712 REE is supported. 23 Choose this if you wish to use hardware acceleration of 24 cryptographic operations on the system REE. 25 If unsure say Y.