Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[linux-2.6-block.git] / drivers / crypto / stm32 / Kconfig
CommitLineData
02d9e320 1config CRYPTO_DEV_STM32_CRC
c35af01d 2 tristate "Support for STM32 crc accelerators"
b51dbe90
FD
3 depends on ARCH_STM32
4 select CRYPTO_HASH
5 help
6 This enables support for the CRC32 hw accelerator which can be found
c35af01d 7 on STMicroelectronics STM32 SOC.
8a1012d3 8
02d9e320 9config CRYPTO_DEV_STM32_HASH
8a1012d3 10 tristate "Support for STM32 hash accelerators"
11 depends on ARCH_STM32
12 depends on HAS_DMA
13 select CRYPTO_HASH
14 select CRYPTO_MD5
15 select CRYPTO_SHA1
16 select CRYPTO_SHA256
17 select CRYPTO_ENGINE
18 help
19 This enables support for the HASH hw accelerator which can be found
20 on STMicroelectronics STM32 SOC.
9e054ec2 21
02d9e320 22config CRYPTO_DEV_STM32_CRYP
9e054ec2
FD
23 tristate "Support for STM32 cryp accelerators"
24 depends on ARCH_STM32
25 select CRYPTO_HASH
26 select CRYPTO_ENGINE
27 help
28 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
29 can be found on STMicroelectronics STM32 SOC.