Kconfig (4d4c2b2537a334f57bb39a26e2e116ceadfdc13d) | Kconfig (48e7fbf6623137b35b19677caa096945a0ef3497) |
---|---|
1# 2# StarFive crypto drivers configuration 3# 4 5config CRYPTO_DEV_JH7110 6 tristate "StarFive JH7110 cryptographic engine driver" | 1# 2# StarFive crypto drivers configuration 3# 4 5config CRYPTO_DEV_JH7110 6 tristate "StarFive JH7110 cryptographic engine driver" |
7 depends on (SOC_STARFIVE || COMPILE_TEST) && DMADEVICES | 7 depends on SOC_STARFIVE || AMBA_PL08X || COMPILE_TEST 8 depends on HAS_DMA |
8 select CRYPTO_ENGINE 9 select CRYPTO_HMAC 10 select CRYPTO_SHA256 11 select CRYPTO_SHA512 12 select CRYPTO_SM3_GENERIC | 9 select CRYPTO_ENGINE 10 select CRYPTO_HMAC 11 select CRYPTO_SHA256 12 select CRYPTO_SHA512 13 select CRYPTO_SM3_GENERIC |
13 select ARM_AMBA 14 select AMBA_PL08X | |
15 help 16 Support for StarFive JH7110 crypto hardware acceleration engine. 17 This module provides acceleration for public key algo, 18 skciphers, AEAD and hash functions. 19 20 If you choose 'M' here, this module will be called jh7110-crypto. | 14 help 15 Support for StarFive JH7110 crypto hardware acceleration engine. 16 This module provides acceleration for public key algo, 17 skciphers, AEAD and hash functions. 18 19 If you choose 'M' here, this module will be called jh7110-crypto. |