brintos

brintos / linux-shallow public Read only

0
0
Text · 690 B · 0fe389e Raw
27 lines · plain
1#2# StarFive crypto drivers configuration3#4 5config CRYPTO_DEV_JH71106	tristate "StarFive JH7110 cryptographic engine driver"7	depends on (SOC_STARFIVE && AMBA_PL08X) || COMPILE_TEST8	depends on HAS_DMA9	select CRYPTO_ENGINE10	select CRYPTO_HMAC11	select CRYPTO_SHA25612	select CRYPTO_SHA51213	select CRYPTO_SM3_GENERIC14	select CRYPTO_RSA15	select CRYPTO_AES16	select CRYPTO_CCM17	select CRYPTO_GCM18	select CRYPTO_ECB19	select CRYPTO_CBC20	select CRYPTO_CTR21	help22	  Support for StarFive JH7110 crypto hardware acceleration engine.23	  This module provides acceleration for public key algo,24	  skciphers, AEAD and hash functions.25 26	  If you choose 'M' here, this module will be called jh7110-crypto.27