2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-12-20 21:19:32 +03:00
|
|
|
config CRYPTO_DEV_STM32_CRC
|
2017-07-13 16:06:33 +03:00
|
|
|
tristate "Support for STM32 crc accelerators"
|
2017-03-21 18:13:28 +03:00
|
|
|
depends on ARCH_STM32
|
|
|
|
select CRYPTO_HASH
|
2020-09-16 09:33:44 +03:00
|
|
|
select CRC32
|
2017-03-21 18:13:28 +03:00
|
|
|
help
|
2019-11-21 06:20:48 +03:00
|
|
|
This enables support for the CRC32 hw accelerator which can be found
|
2017-07-13 16:06:33 +03:00
|
|
|
on STMicroelectronics STM32 SOC.
|
2017-07-13 16:32:27 +03:00
|
|
|
|
2017-12-20 21:19:32 +03:00
|
|
|
config CRYPTO_DEV_STM32_HASH
|
2017-07-13 16:32:27 +03:00
|
|
|
tristate "Support for STM32 hash accelerators"
|
|
|
|
depends on ARCH_STM32
|
|
|
|
depends on HAS_DMA
|
|
|
|
select CRYPTO_HASH
|
|
|
|
select CRYPTO_MD5
|
|
|
|
select CRYPTO_SHA1
|
|
|
|
select CRYPTO_SHA256
|
|
|
|
select CRYPTO_ENGINE
|
|
|
|
help
|
2019-11-21 06:20:48 +03:00
|
|
|
This enables support for the HASH hw accelerator which can be found
|
2017-07-13 16:32:27 +03:00
|
|
|
on STMicroelectronics STM32 SOC.
|
2017-10-19 18:10:30 +03:00
|
|
|
|
2017-12-20 21:19:32 +03:00
|
|
|
config CRYPTO_DEV_STM32_CRYP
|
2017-10-19 18:10:30 +03:00
|
|
|
tristate "Support for STM32 cryp accelerators"
|
|
|
|
depends on ARCH_STM32
|
|
|
|
select CRYPTO_HASH
|
|
|
|
select CRYPTO_ENGINE
|
2019-08-15 12:01:09 +03:00
|
|
|
select CRYPTO_LIB_DES
|
2017-10-19 18:10:30 +03:00
|
|
|
help
|
2019-11-21 06:20:48 +03:00
|
|
|
This enables support for the CRYP (AES/DES/TDES) hw accelerator which
|
2017-10-19 18:10:30 +03:00
|
|
|
can be found on STMicroelectronics STM32 SOC.
|