Kconfig (ceec5f5b59882b871a722ca4d49b767a09a4bde9) Kconfig (915e4e8413dacc086efcef4de04fdfdca57e8b1c)
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

--- 745 unchanged lines hidden (view full) ---

754 help
755 Say 'Y' to enable a driver for the REE interface of the Arm
756 TrustZone CryptoCell family of processors. Currently the
757 CryptoCell 712, 710 and 630 are supported.
758 Choose this if you wish to use hardware acceleration of
759 cryptographic operations on the system REE.
760 If unsure say Y.
761
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

--- 745 unchanged lines hidden (view full) ---

754 help
755 Say 'Y' to enable a driver for the REE interface of the Arm
756 TrustZone CryptoCell family of processors. Currently the
757 CryptoCell 712, 710 and 630 are supported.
758 Choose this if you wish to use hardware acceleration of
759 cryptographic operations on the system REE.
760 If unsure say Y.
761
762source "drivers/crypto/hisilicon/Kconfig"
763
762endif # CRYPTO_HW
764endif # CRYPTO_HW