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