Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) Kconfig (9e054ec21ef8344345b28603fb272fe999f735db)
1config CRC_DEV_STM32
2 tristate "Support for STM32 crc accelerators"
3 depends on ARCH_STM32
4 select CRYPTO_HASH
5 help
6 This enables support for the CRC32 hw accelerator which can be found
7 on STMicroelectronics STM32 SOC.
8

--- 4 unchanged lines hidden (view full) ---

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.
1config CRC_DEV_STM32
2 tristate "Support for STM32 crc accelerators"
3 depends on ARCH_STM32
4 select CRYPTO_HASH
5 help
6 This enables support for the CRC32 hw accelerator which can be found
7 on STMicroelectronics STM32 SOC.
8

--- 4 unchanged lines hidden (view full) ---

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.
21
22config CRYP_DEV_STM32
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.