Kconfig (42ef0e944b0119e9987819af0a5a04d32d5e5edf) | Kconfig (7883d1b28a2b0e62edcacea22de6b36a1918b15a) |
---|---|
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 8 select CRYPTO_ENGINE | 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 8 select CRYPTO_ENGINE |
9 select CRYPTO_HMAC 10 select CRYPTO_SHA256 11 select CRYPTO_SHA512 12 select CRYPTO_SM3_GENERIC |
|
9 select ARM_AMBA 10 select DMADEVICES 11 select AMBA_PL08X 12 help 13 Support for StarFive JH7110 crypto hardware acceleration engine. 14 This module provides acceleration for public key algo, 15 skciphers, AEAD and hash functions. 16 17 If you choose 'M' here, this module will be called jh7110-crypto. | 13 select ARM_AMBA 14 select DMADEVICES 15 select AMBA_PL08X 16 help 17 Support for StarFive JH7110 crypto hardware acceleration engine. 18 This module provides acceleration for public key algo, 19 skciphers, AEAD and hash functions. 20 21 If you choose 'M' here, this module will be called jh7110-crypto. |