mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
Kconfig updated to depend on DMADEVICES instead of selecting it. Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/oe-kbuild-all/202305191929.Eq4OVZ6D-lkp@intel.com/ Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
21 lines
573 B
Plaintext
21 lines
573 B
Plaintext
#
|
|
# StarFive crypto drivers configuration
|
|
#
|
|
|
|
config CRYPTO_DEV_JH7110
|
|
tristate "StarFive JH7110 cryptographic engine driver"
|
|
depends on (SOC_STARFIVE || COMPILE_TEST) && DMADEVICES
|
|
select CRYPTO_ENGINE
|
|
select CRYPTO_HMAC
|
|
select CRYPTO_SHA256
|
|
select CRYPTO_SHA512
|
|
select CRYPTO_SM3_GENERIC
|
|
select ARM_AMBA
|
|
select AMBA_PL08X
|
|
help
|
|
Support for StarFive JH7110 crypto hardware acceleration engine.
|
|
This module provides acceleration for public key algo,
|
|
skciphers, AEAD and hash functions.
|
|
|
|
If you choose 'M' here, this module will be called jh7110-crypto.
|