Kconfig 861 B

1234567891011121314151617181920212223242526272829
  1. config CRYPTO_DEV_STM32_CRC
  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. config CRYPTO_DEV_STM32_HASH
  9. tristate "Support for STM32 hash accelerators"
  10. depends on ARCH_STM32
  11. depends on HAS_DMA
  12. select CRYPTO_HASH
  13. select CRYPTO_MD5
  14. select CRYPTO_SHA1
  15. select CRYPTO_SHA256
  16. select CRYPTO_ENGINE
  17. help
  18. This enables support for the HASH hw accelerator which can be found
  19. on STMicroelectronics STM32 SOC.
  20. config CRYPTO_DEV_STM32_CRYP
  21. tristate "Support for STM32 cryp accelerators"
  22. depends on ARCH_STM32
  23. select CRYPTO_HASH
  24. select CRYPTO_ENGINE
  25. help
  26. This enables support for the CRYP (AES/DES/TDES) hw accelerator which
  27. can be found on STMicroelectronics STM32 SOC.