aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/starfive/Kconfig
blob: 7a5a5d9f90edc5fd62ee3b251f94e84863509e48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# StarFive crypto drivers configuration
#

config CRYPTO_DEV_JH7110
	tristate "StarFive JH7110 cryptographic engine driver"
	depends on SOC_STARFIVE || COMPILE_TEST
	select CRYPTO_ENGINE
	select ARM_AMBA
	select DMADEVICES
	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.