#
# Starfive crypto drivers configuration
#

config CRYPTO_DEV_JH7110_ENCRYPT
	tristate "Starfive's Cryptographic Engine driver"
	depends on RISCV
	select CRYPTO_ENGINE
	select CRYPTO_RSA
	select CRYPTO_LIB_DES
	select CRYPTO_SKCIPHER
	select AMBA_PL08X
	default m
	help
	  Support for Starfive JH7110 cryptographic acceleration instructions
	  on riscv64 CPU. This hardware crypto module supports acceleration for
	  public key algo, ciphers, AEAD and hash functions.
	  If you choose 'M' here, this module will be called jh7110-crypto.
