xref: /linux/drivers/crypto/starfive/Kconfig (revision 42ef0e944b0119e9987819af0a5a04d32d5e5edf)
1*42ef0e94SJia Jie Ho#
2*42ef0e94SJia Jie Ho# StarFive crypto drivers configuration
3*42ef0e94SJia Jie Ho#
4*42ef0e94SJia Jie Ho
5*42ef0e94SJia Jie Hoconfig CRYPTO_DEV_JH7110
6*42ef0e94SJia Jie Ho	tristate "StarFive JH7110 cryptographic engine driver"
7*42ef0e94SJia Jie Ho	depends on SOC_STARFIVE || COMPILE_TEST
8*42ef0e94SJia Jie Ho	select CRYPTO_ENGINE
9*42ef0e94SJia Jie Ho	select ARM_AMBA
10*42ef0e94SJia Jie Ho	select DMADEVICES
11*42ef0e94SJia Jie Ho	select AMBA_PL08X
12*42ef0e94SJia Jie Ho	help
13*42ef0e94SJia Jie Ho	  Support for StarFive JH7110 crypto hardware acceleration engine.
14*42ef0e94SJia Jie Ho	  This module provides acceleration for public key algo,
15*42ef0e94SJia Jie Ho	  skciphers, AEAD and hash functions.
16*42ef0e94SJia Jie Ho
17*42ef0e94SJia Jie Ho	  If you choose 'M' here, this module will be called jh7110-crypto.
18